summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-10-06 15:41:48 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-10-06 15:41:48 +0000
commit68af7efd88ee6d5598235dafe025cba79bd9deb6 (patch)
treedefe27cd5d00e4374d050d7ca074978b69fbd01f /sys/dev
parent423969a40438925588190b6f725a14f2b5007bf0 (diff)
regen.
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 c2072e6a5d9..db5f5365b56 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.934 2005/10/06 03:19:36 brad Exp
+ * OpenBSD: pcidevs,v 1.935 2005/10/06 15:39:34 fgsch Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2727,6 +2727,7 @@
#define PCI_PRODUCT_TI_PCI7XX1_SM 0x8035 /* PCI7XX1 Smart Card */
#define PCI_PRODUCT_TI_PCI6515 0x8036 /* PCI6515 CardBus */
#define PCI_PRODUCT_TI_PCI6515SC 0x8038 /* PCI6515 CardBus (Smart Card mode) */
+#define PCI_PRODUCT_TI_PCI1620_MISC 0x8201 /* PCI1620 Misc */
#define PCI_PRODUCT_TI_ACX100A 0x8400 /* ACX100A */
#define PCI_PRODUCT_TI_ACX100B 0x8401 /* ACX100B */
#define PCI_PRODUCT_TI_ACX111 0x9066 /* ACX111 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index e0267e500ab..ba13becab95 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.934 2005/10/06 03:19:36 brad Exp
+ * OpenBSD: pcidevs,v 1.935 2005/10/06 15:39:34 fgsch Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8143,6 +8143,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI6515 CardBus (Smart Card mode)",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1620_MISC,
+ "PCI1620 Misc",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100A,
"ACX100A",
},