summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 15:27:16 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 15:27:16 +0000
commit7ebef54634b6ea3a55a31608b2b99ed2a7ac70a2 (patch)
treeb0a38400a33c9ec3ac6ad0508409e60d1f270b12 /sys/dev
parente10de443e5c25499cacd5e2b217feeaf7178ceac (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h11
-rw-r--r--sys/dev/pci/pcidevs_data.h34
2 files changed, 40 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a5a69f90159..016c8228484 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.493 2002/03/19 14:27:00 nate Exp
+ * OpenBSD: pcidevs,v 1.494 2002/03/19 15:26:59 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1334,9 +1334,16 @@
#define PCI_PRODUCT_INTEL_82801BA_IDE 0x244b /* 82801BA IDE */
#define PCI_PRODUCT_INTEL_82801BAM_LPC 0x244c /* 82801BAM LPC */
#define PCI_PRODUCT_INTEL_82801BA_AGP 0x244e /* 82801BA AGP */
-#define PCI_PRODUCT_INTEL_82801CA_CAM 0x2485 /* 82801CA AC97 Audio */
+#define PCI_PRODUCT_INTEL_82801CA_LPC 0x2480 /* 82801CA LPC */
+#define PCI_PRODUCT_INTEL_82801CA_USB_1 0x2482 /* 82801CA/CAM USB */
+#define PCI_PRODUCT_INTEL_82801CA_SMB 0x2483 /* 82801CA/CAM SMB */
+#define PCI_PRODUCT_INTEL_82801CA_USB_2 0x2484 /* 82801CA/CAM USB */
+#define PCI_PRODUCT_INTEL_82801CA_ACA 0x2485 /* 82801CA/CAM AC97 Audio */
+#define PCI_PRODUCT_INTEL_82801CA_ACM 0x2486 /* 82801CA/CAM Modem */
+#define PCI_PRODUCT_INTEL_82801CA_USB_3 0x2487 /* 82801CA/CAM USB */
#define PCI_PRODUCT_INTEL_82801CAM_IDE 0x248a /* 82801CAM IDE */
#define PCI_PRODUCT_INTEL_82801CA_IDE 0x248b /* 82801CA IDE */
+#define PCI_PRODUCT_INTEL_82801CAM_LPC 0x248c /* 82801CAM LPC */
#define PCI_PRODUCT_INTEL_82820_MCH 0x2501 /* 82820 MCH */
#define PCI_PRODUCT_INTEL_82820_AGP 0x250f /* 82820 AGP */
#define PCI_PRODUCT_INTEL_82850_HB 0x2530 /* 82850 Host */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 8718ddc5d5f..c1b0854d7f9 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.493 2002/03/19 14:27:00 nate Exp
+ * OpenBSD: pcidevs,v 1.494 2002/03/19 15:26:59 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2339,8 +2339,32 @@ static const struct pci_known_product pci_known_products[] = {
"82801BA AGP",
},
{
- PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_CAM,
- "82801CA AC97 Audio",
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_LPC,
+ "82801CA LPC",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_USB_1,
+ "82801CA/CAM USB",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_SMB,
+ "82801CA/CAM SMB",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_USB_2,
+ "82801CA/CAM USB",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_ACA,
+ "82801CA/CAM AC97 Audio",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_ACM,
+ "82801CA/CAM Modem",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_USB_3,
+ "82801CA/CAM USB",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CAM_IDE,
@@ -2351,6 +2375,10 @@ static const struct pci_known_product pci_known_products[] = {
"82801CA IDE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CAM_LPC,
+ "82801CAM LPC",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82820_MCH,
"82820 MCH",
},