diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 4bc0c2687c2..0ea7313478e 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.1100 2006/07/17 14:59:48 dlg Exp + * OpenBSD: pcidevs,v 1.1101 2006/07/17 20:26:37 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -210,6 +210,7 @@ #define PCI_VENDOR_ALTEON 0x12ae /* Alteon */ #define PCI_VENDOR_USR 0x12b9 /* US Robotics */ #define PCI_VENDOR_STB2 0x12d2 /* NVIDIA/SGS-Thomson */ +#define PCI_VENDOR_PERICOM 0x12d8 /* Pericom */ #define PCI_VENDOR_AUREAL 0x12eb /* Aureal */ #define PCI_VENDOR_ADMTEK 0x1317 /* ADMtek */ #define PCI_VENDOR_PE 0x1318 /* Packet Engines */ @@ -2456,6 +2457,9 @@ /* Packet Engines products */ #define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC */ +/* Pericom products */ +#define PCI_PRODUCT_PERICOM_PI7C21P100 0x01a7 /* PI7C21P100 PCIX-PCIX */ + /* Planex products */ #define PCI_PRODUCT_PLANEX_FNW_3603_TX 0xab06 /* FNW-3603-TX 10/100 */ #define PCI_PRODUCT_PLANEX_FNW_3800_TX 0xab07 /* FNW-3800-TX 10/100 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 498276268d3..22c7401ea5a 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.1100 2006/07/17 14:59:48 dlg Exp + * OpenBSD: pcidevs,v 1.1101 2006/07/17 20:26:37 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7339,6 +7339,10 @@ static const struct pci_known_product pci_known_products[] = { "Packet Engines G-NIC", }, { + PCI_VENDOR_PERICOM, PCI_PRODUCT_PERICOM_PI7C21P100, + "PI7C21P100 PCIX-PCIX", + }, + { PCI_VENDOR_PLANEX, PCI_PRODUCT_PLANEX_FNW_3603_TX, "FNW-3603-TX 10/100", }, @@ -12159,6 +12163,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "NVIDIA/SGS-Thomson", }, { + PCI_VENDOR_PERICOM, + "Pericom", + }, + { PCI_VENDOR_AUREAL, "Aureal", }, |