diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-10-10 17:31:07 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-10-10 17:31:07 +0000 |
commit | 479aecbdff7f3ac54aa9eff661e2a190703237fe (patch) | |
tree | 35223af620402801171ae9cd97bb424c27d73e94 /sys/dev | |
parent | 10d3e6e7d3a3fdc01188455ca8d6495d1a2160f0 (diff) |
regen
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", }, |