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 <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



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


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to