[flashrom] [commit] r750 - trunk

svn at flashrom.org svn at flashrom.org
Tue Oct 6 22:25:48 CEST 2009


Author: uwe
Date: 2009-10-06 22:25:48 +0200 (Tue, 06 Oct 2009)
New Revision: 750

Modified:
   trunk/print_wiki.c
Log:
Add missing NVIDIA PCI IDs to wiki output.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/print_wiki.c
===================================================================
--- trunk/print_wiki.c	2009-10-06 20:23:29 UTC (rev 749)
+++ trunk/print_wiki.c	2009-10-06 20:25:48 UTC (rev 750)
@@ -547,6 +547,9 @@
 #if NIC3COM_SUPPORT == 1
 	print_supported_pcidevs_wiki(nics_3com);
 #endif
+#if GFXNVIDIA_SUPPORT == 1
+	print_supported_pcidevs_wiki(gfx_nvidia);
+#endif
 #if DRKAISER_SUPPORT == 1
 	print_supported_pcidevs_wiki(drkaiser_pcidev);
 #endif





More information about the flashrom mailing list