diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7a76a2962b9..c65731fdb5c 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.178 1999/09/08 14:25:49 jakob Exp + * OpenBSD: pcidevs,v 1.179 1999/09/11 10:10:42 matthieu Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -153,6 +153,12 @@ struct pci_knowndev pci_knowndevs[] = { "Banshee", }, { + PCI_VENDOR_3DFX, PCI_PRODUCT_3DFX_VOODOO3, + 0, + "3DFX Interactive", + "Voodoo3", + }, + { PCI_VENDOR_3DLABS, PCI_PRODUCT_3DLABS_300SX, 0, "3D Labs", |