1
0
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:
Uwe Hermann
2010-05-24 17:39:14 +00:00
parent b3fe2fc819
commit 829ed84e1b
4 changed files with 36 additions and 18 deletions

View File

@ -592,6 +592,10 @@ void print_supported_wiki(void)
#if NIC3COM_SUPPORT == 1
print_supported_pcidevs_wiki(nics_3com);
#endif
#if NICREALTEK_SUPPORT == 1
print_supported_pcidevs_wiki(nics_realtek);
print_supported_pcidevs_wiki(nics_realteksmc1211);
#endif
#if GFXNVIDIA_SUPPORT == 1
print_supported_pcidevs_wiki(gfx_nvidia);
#endif