summaryrefslogtreecommitdiffstats
path: root/print_wiki.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-05-24 17:39:14 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-05-24 17:39:14 +0000
commit829ed84e1bf232b7e80fb0d5eac8d902be408340 (patch)
tree20a58b736c393d47b3d1ffcc35a75f5697d248f5 /print_wiki.c
parentb3fe2fc819f744508e05735b1d6713dffedd5eba (diff)
downloadast2050-flashrom-829ed84e1bf232b7e80fb0d5eac8d902be408340.zip
ast2050-flashrom-829ed84e1bf232b7e80fb0d5eac8d902be408340.tar.gz
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>
Diffstat (limited to 'print_wiki.c')
-rw-r--r--print_wiki.c4
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud