mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 16:03:47 +02:00
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>
This commit is contained in:
parent
14b3e1e3d7
commit
2b5cb51969
@ -547,6 +547,9 @@ void print_wiki_tables(void)
|
|||||||
#if NIC3COM_SUPPORT == 1
|
#if NIC3COM_SUPPORT == 1
|
||||||
print_supported_pcidevs_wiki(nics_3com);
|
print_supported_pcidevs_wiki(nics_3com);
|
||||||
#endif
|
#endif
|
||||||
|
#if GFXNVIDIA_SUPPORT == 1
|
||||||
|
print_supported_pcidevs_wiki(gfx_nvidia);
|
||||||
|
#endif
|
||||||
#if DRKAISER_SUPPORT == 1
|
#if DRKAISER_SUPPORT == 1
|
||||||
print_supported_pcidevs_wiki(drkaiser_pcidev);
|
print_supported_pcidevs_wiki(drkaiser_pcidev);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user