diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ab8e78c5db0..91a9535690a 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.882 2005/06/30 00:56:56 deraadt Exp + * OpenBSD: pcidevs,v 1.883 2005/06/30 03:15:31 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1642,6 +1642,7 @@ /* Intergraph products */ #define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */ +#define PCI_PRODUCT_INTERGRAPH_EXPERT3D 0x07a0 /* Expert3D */ /* Interphase products */ #define PCI_PRODUCT_INTERPHASE_5526 0x0004 /* 5526 FibreChannel */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 364ae21b06a..3d60276a553 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.882 2005/06/30 00:56:56 deraadt Exp + * OpenBSD: pcidevs,v 1.883 2005/06/30 03:15:31 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4619,6 +4619,10 @@ static const struct pci_known_product pci_known_products[] = { "Powerstorm 4D50T", }, { + PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_EXPERT3D, + "Expert3D", + }, + { PCI_VENDOR_INTERPHASE, PCI_PRODUCT_INTERPHASE_5526, "5526 FibreChannel", }, |