From 2b5cb51969456242ae1c5a45f930f865b70e704a Mon Sep 17 00:00:00 2001
From: Uwe Hermann <uwe@hermann-uwe.de>
Date: Tue, 6 Oct 2009 20:25:48 +0000
Subject: [PATCH] Add missing NVIDIA PCI IDs to wiki output

Corresponding to flashrom svn r750.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
---
 print_wiki.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/print_wiki.c b/print_wiki.c
index a2fc36a..c5a8d5a 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -547,6 +547,9 @@ void print_wiki_tables(void)
 #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
-- 
GitLab