summaryrefslogtreecommitdiffstats
path: root/print.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.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.c')
-rw-r--r--print.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/print.c b/print.c
index abc1209..4d91d33 100644
--- a/print.c
+++ b/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
OpenPOWER on IntegriCloud