summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index bfa7ea3c942..a5c8e81ea8c 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.1369 2008/05/24 06:00:56 brad Exp
+ * OpenBSD: pcidevs,v 1.1370 2008/05/30 13:26:12 thib Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2521,6 +2521,7 @@
#define PCI_PRODUCT_INTEL_RCU31L 0x96a1 /* RCU31L I2O RAID */
#define PCI_PRODUCT_INTEL_21152 0xb152 /* S21152BB PCI-PCI */
#define PCI_PRODUCT_INTEL_21154 0xb154 /* S21154AE/BE PCI-PCI */
+#define PCI_PRODUCT_INTEL_TURBOMEM 0x444e /* Intel Turbo Memory */
/* Intergraph products */
#define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index f7316b8ff7b..933ff184af5 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.1369 2008/05/24 06:00:56 brad Exp
+ * OpenBSD: pcidevs,v 1.1370 2008/05/30 13:26:12 thib Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7852,6 +7852,10 @@ static const struct pci_known_product pci_known_products[] = {
"S21154AE/BE PCI-PCI",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_TURBOMEM,
+ "Intel Turbo Memory",
+ },
+ {
PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_4D50T,
"Powerstorm 4D50T",
},