mirror of
https://review.coreboot.org/flashrom.git
synced 2025-06-30 21:52:36 +02:00
Various nicrealtek fixes
- Add missing entries for 'flashrom -L' output and wiki output. - Add missing entries in the manpage. - nicrealtek.c: Coding style fixes and cosmetics. Corresponding to flashrom svn r1011. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
4
print.c
4
print.c
@ -238,6 +238,10 @@ void print_supported(void)
|
||||
#if NIC3COM_SUPPORT == 1
|
||||
print_supported_pcidevs(nics_3com);
|
||||
#endif
|
||||
#if NICREALTEK_SUPPORT == 1
|
||||
print_supported_pcidevs(nics_realtek);
|
||||
print_supported_pcidevs(nics_realteksmc1211);
|
||||
#endif
|
||||
#if GFXNVIDIA_SUPPORT == 1
|
||||
print_supported_pcidevs(gfx_nvidia);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user