From 829ed84e1bf232b7e80fb0d5eac8d902be408340 Mon Sep 17 00:00:00 2001 From: Uwe Hermann 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. Corresponding to flashrom svn r1011. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- 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 f80248fa5..4d7f3efd1 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.3