From ed2f72b495bcad891d62a687972bac6b5cb558fc Mon Sep 17 00:00:00 2001 From: uwe Date: Mon, 24 May 2010 17:39:14 +0000 Subject: 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. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1011 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- print_wiki.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index f80248f..4d7f3ef 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -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 -- cgit v1.2.1