summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-04-05 23:10:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-04-05 23:10:35 +0000
commitbbbfcd97fd67f708eb6cb9417f1cb96ca9efcd4b (patch)
tree659253b46bd2fbd0bf8c772dbfca916549a025c9 /sys
parent1761a961d61c2b68159809717f2f2526bf5bb2cf (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 13 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index ed9c95656de..54de2881c6c 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.1225 2007/04/05 22:25:05 jsg Exp
+ * OpenBSD: pcidevs,v 1.1226 2007/04/05 23:08:25 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1205,6 +1205,8 @@
/* CMD Technology products -- info gleaned from www.cmd.com */
/* Fake product id for SiI3112 found on Adaptec 1210SA */
#define PCI_PRODUCT_CMDTECH_AAR_1210SA 0x0240 /* AAR-1210SA */
+/* Adaptec 1220SA is really a 3132 also */
+#define PCI_PRODUCT_CMDTECH_AAR_1220SA 0x0242 /* AAR-1220SA */
#define PCI_PRODUCT_CMDTECH_640 0x0640 /* PCI0640 */
#define PCI_PRODUCT_CMDTECH_642 0x0642 /* PCI0642 */
#define PCI_PRODUCT_CMDTECH_643 0x0643 /* PCI0643 */
@@ -2156,6 +2158,7 @@
#define PCI_PRODUCT_INTEL_82965_PT_IDER 0x29a6 /* 82865 PT IDER */
#define PCI_PRODUCT_INTEL_82965_KT 0x29a7 /* 82865 KT */
#define PCI_PRODUCT_INTEL_RCU32 0x3092 /* RCU32 I2O RAID */
+#define PCI_PRODUCT_INTEL_3124 0x3124 /* 3124 SATA */
#define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 SATA */
#define PCI_PRODUCT_INTEL_82855PE 0x3340 /* 82855PE Hub */
#define PCI_PRODUCT_INTEL_82855PE_AGP 0x3341 /* 82855PE AGP */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 685223bca98..d0328348e7f 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.1225 2007/04/05 22:25:05 jsg Exp
+ * OpenBSD: pcidevs,v 1.1226 2007/04/05 23:08:25 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3116,6 +3116,10 @@ static const struct pci_known_product pci_known_products[] = {
"AAR-1210SA",
},
{
+ PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_AAR_1220SA,
+ "AAR-1220SA",
+ },
+ {
PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_640,
"PCI0640",
},
@@ -6484,6 +6488,10 @@ static const struct pci_known_product pci_known_products[] = {
"RCU32 I2O RAID",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_3124,
+ "3124 SATA",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_31244,
"31244 SATA",
},