diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6a797aa1ea3..eb3d49d884c 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.1159 2006/10/06 02:28:54 brad Exp + * OpenBSD: pcidevs,v 1.1160 2006/10/10 17:30:13 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2618,6 +2618,8 @@ /* Pericom products */ #define PCI_PRODUCT_PERICOM_PI7C21P100 0x01a7 /* PI7C21P100 PCIX-PCIX */ +#define PCI_PRODUCT_PERICOM_PPB_1 0x8140 /* PCI-PCI */ +#define PCI_PRODUCT_PERICOM_PPB_2 0x8150 /* PCI-PCI */ /* Planex products */ #define PCI_PRODUCT_PLANEX_FNW_3603_TX 0xab06 /* FNW-3603-TX 10/100 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5506502a528..0e3b1a65c67 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.1159 2006/10/06 02:28:54 brad Exp + * OpenBSD: pcidevs,v 1.1160 2006/10/10 17:30:13 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7935,6 +7935,14 @@ static const struct pci_known_product pci_known_products[] = { "PI7C21P100 PCIX-PCIX", }, { + PCI_VENDOR_PERICOM, PCI_PRODUCT_PERICOM_PPB_1, + "PCI-PCI", + }, + { + PCI_VENDOR_PERICOM, PCI_PRODUCT_PERICOM_PPB_2, + "PCI-PCI", + }, + { PCI_VENDOR_PLANEX, PCI_PRODUCT_PLANEX_FNW_3603_TX, "FNW-3603-TX 10/100", }, |