diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-08 19:15:42 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-08 19:15:42 +0000 |
commit | 472cb12fc93ce535c2853708c349e23fb6bf4bf1 (patch) | |
tree | 2697dae1e728dae77a7140f7355fddf73a0e7d7a /sys/dev | |
parent | 1623ddd29b1b90abb7f2221e126114601b64a5d7 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 4 insertions, 9 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 22c50435529..37c28eac91d 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.1093 2006/07/08 18:45:17 brad Exp + * OpenBSD: pcidevs,v 1.1094 2006/07/08 19:15:18 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2006,8 +2006,7 @@ #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_1 0xb150 /* S21152BB PCI-PCI */ -#define PCI_PRODUCT_INTEL_21152_2 0xb152 /* S21152BB PCI-PCI */ +#define PCI_PRODUCT_INTEL_21152 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 66f810b7efd..28a2de001a6 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.1093 2006/07/08 18:45:17 brad Exp + * OpenBSD: pcidevs,v 1.1094 2006/07/08 19:15:18 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5963,11 +5963,7 @@ static const struct pci_known_product pci_known_products[] = { "RCU31L I2O RAID", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152_1, - "S21152BB PCI-PCI", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152_2, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152, "S21152BB PCI-PCI", }, { |