diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-08 18:47:35 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-08 18:47:35 +0000 |
commit | f22a17ac4e229c441e08948ec5b849746a385321 (patch) | |
tree | 89c90ff0d7d1833b1fa44eea6f67206cb860ac7b /sys | |
parent | e92385aa72aa9ea7c539a5d438cdf01ee5267580 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d556ae9c972..22c50435529 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.1092 2006/07/08 06:09:33 brad Exp + * OpenBSD: pcidevs,v 1.1093 2006/07/08 18:45:17 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1700,7 +1700,7 @@ #define PCI_PRODUCT_INTEL_82380FB 0x124b /* 82380FB Mobile PCI-PCI */ #define PCI_PRODUCT_INTEL_82439HX 0x1250 /* 82439HX */ #define PCI_PRODUCT_INTEL_82806AA 0x1360 /* 82806AA */ -#define PCI_PRODUCT_INTEL_82870P2_PPB 0x1460 /* 82870P2 PCI-PCI */ +#define PCI_PRODUCT_INTEL_82870P2_PPB 0x1460 /* 82870P2 PCIX-PCIX */ #define PCI_PRODUCT_INTEL_82870P2_IOxAPIC 0x1461 /* 82870P2 IOxAPIC */ #define PCI_PRODUCT_INTEL_82870P2_HPLUG 0x1462 /* 82870P2 Hot Plug */ #define PCI_PRODUCT_INTEL_80960RP_ATU 0x1960 /* 80960RP ATU */ @@ -2006,7 +2006,8 @@ #define PCI_PRODUCT_INTEL_RCUxx 0x9622 /* RCUxx I2O RAID */ #define PCI_PRODUCT_INTEL_RCU31 0x9641 /* RCU31 I2O RAID */ #define PCI_PRODUCT_INTEL_RCU31L 0x96a1 /* RCU31L I2O RAID */ -#define PCI_PRODUCT_INTEL_21152 0xb152 /* S21152BB PCI-PCI */ +#define PCI_PRODUCT_INTEL_21152_1 0xb150 /* S21152BB PCI-PCI */ +#define PCI_PRODUCT_INTEL_21152_2 0xb152 /* S21152BB PCI-PCI */ #define PCI_PRODUCT_INTEL_21154 0xb154 /* S21154AE/BE PCI-PCI */ /* Intergraph products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index bda1b442baf..66f810b7efd 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.1092 2006/07/08 06:09:33 brad Exp + * OpenBSD: pcidevs,v 1.1093 2006/07/08 18:45:17 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4740,7 +4740,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82870P2_PPB, - "82870P2 PCI-PCI", + "82870P2 PCIX-PCIX", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82870P2_IOxAPIC, @@ -5963,7 +5963,11 @@ static const struct pci_known_product pci_known_products[] = { "RCU31L I2O RAID", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152_1, + "S21152BB PCI-PCI", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152_2, "S21152BB PCI-PCI", }, { |