diff options
-rw-r--r-- | print_wiki.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print_wiki.c b/print_wiki.c index a2fc36ad1..c5a8d5a38 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 |