diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-06-14 00:55:36 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-06-14 00:55:36 +0000 |
commit | 1988b282fcac95051f4710fd91f8a6bbcb1395a5 (patch) | |
tree | f121e97c3c2ef895fe424b8f76db046c123c38de /sys | |
parent | d295aab05b1fa6111e67bbeb809c584ecf4c7852 (diff) |
regen
Diffstat (limited to 'sys')
-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 fe779766212..21d447cae5f 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.873 2005/06/10 05:32:39 kevlo Exp + * OpenBSD: pcidevs,v 1.874 2005/06/14 00:54:27 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1324,6 +1324,8 @@ #define PCI_PRODUCT_INTEL_6702PXH 0x032c /* PCIE-PCIE */ #define PCI_PRODUCT_INTEL_IOP331_C0 0x0330 /* IOP331 Channel 0 */ #define PCI_PRODUCT_INTEL_IOP331_C1 0x0332 /* IOP331 Channel 1 */ +#define PCI_PRODUCT_INTEL_41210_A 0x0340 /* 41210 PCIE-PCIX */ +#define PCI_PRODUCT_INTEL_41210_B 0x0341 /* 41210 PCIE-PCIX */ #define PCI_PRODUCT_INTEL_PCEB 0x0482 /* 82375EB EISA */ #define PCI_PRODUCT_INTEL_CDC 0x0483 /* 82424ZX Cache/DRAM */ #define PCI_PRODUCT_INTEL_SIO 0x0484 /* 82378IB ISA */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1f9ce48b93a..c5c7a218470 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.873 2005/06/10 05:32:39 kevlo Exp + * OpenBSD: pcidevs,v 1.874 2005/06/14 00:54:27 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3355,6 +3355,14 @@ static const struct pci_known_product pci_known_products[] = { "IOP331 Channel 1", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_41210_A, + "41210 PCIE-PCIX", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_41210_B, + "41210 PCIE-PCIX", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PCEB, "82375EB EISA", }, |