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>
diff --git a/print.c b/print.c
index abc1209..4d91d33 100644
--- a/print.c
+++ b/print.c
@@ -238,6 +238,10 @@
#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