summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-04-05 22:26:22 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-04-05 22:26:22 +0000
commit489c2f604b97770d6242964979a63ec0ba41759f (patch)
tree572600059d5d3ce7cc72fdca887c45e462e1a3ad
parent17cdeaddb4d35e7c33b5ae2be109a32406873bed (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 4732259fa7b..ed9c95656de 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.1224 2007/03/31 11:42:05 reyk Exp
+ * OpenBSD: pcidevs,v 1.1225 2007/04/05 22:25:05 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2103,6 +2103,8 @@
#define PCI_PRODUCT_INTEL_82801G_PCIE_5 0x27e0 /* 82801G PCIE */
#define PCI_PRODUCT_INTEL_82801G_PCIE_6 0x27e2 /* 82801G PCIE */
#define PCI_PRODUCT_INTEL_82801H_LPC 0x2810 /* 82801H LPC */
+#define PCI_PRODUCT_INTEL_82801HH_LPC 0x2812 /* 82801HH LPC */
+#define PCI_PRODUCT_INTEL_82801HO_LPC 0x2814 /* 82801HO LPC */
#define PCI_PRODUCT_INTEL_82801H_SATA_1_6P 0x2820 /* 82801H SATA */
#define PCI_PRODUCT_INTEL_82801H_AHCI 0x2821 /* 82801H AHCI SATA */
#define PCI_PRODUCT_INTEL_82801H_RAID 0x2822 /* 82801H RAID */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 3f8bb46a04a..685223bca98 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.1224 2007/03/31 11:42:05 reyk Exp
+ * OpenBSD: pcidevs,v 1.1225 2007/04/05 22:25:05 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6272,6 +6272,14 @@ static const struct pci_known_product pci_known_products[] = {
"82801H LPC",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HH_LPC,
+ "82801HH LPC",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HO_LPC,
+ "82801HO LPC",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_SATA_1_6P,
"82801H SATA",
},