summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-10-05 21:29:37 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-10-05 21:29:37 +0000
commit9371e7c7b68ee6df4f942ffee20100534a129042 (patch)
tree32f7d13bf51f4f09cf5faf9c3fbdc1761e624e63 /sys/dev
parent2409ea4a036d832c8505e281bed231d55ba2ac88 (diff)
regen.
Diffstat (limited to 'sys/dev')
-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 064464a22ff..2cf7b165812 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.931 2005/10/05 21:23:24 tdeval Exp
+ * OpenBSD: pcidevs,v 1.932 2005/10/05 21:28:20 fgsch Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2194,6 +2194,7 @@
#define PCI_PRODUCT_NVIDIA_NFORCE3_LAN1 0x00d6 /* nForce3 LAN */
#define PCI_PRODUCT_NVIDIA_NFORCE3_USB 0x00d7 /* nForce3 USB */
#define PCI_PRODUCT_NVIDIA_NFORCE3_USB2 0x00d8 /* nForce3 USB */
+#define PCI_PRODUCT_NVIDIA_NFORCE3_MODEM 0x00d9 /* nForce3 Modem */
#define PCI_PRODUCT_NVIDIA_NFORCE3_ACA 0x00da /* nForce3 AC97 */
#define PCI_PRODUCT_NVIDIA_NFORCE3_PPB 0x00dd /* nForce3 PCI-PCI */
#define PCI_PRODUCT_NVIDIA_NFORCE3_LAN4 0x00df /* nForce3 LAN */
@@ -2725,6 +2726,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 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 e341217cd90..e7b976b8e81 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.931 2005/10/05 21:23:24 tdeval Exp
+ * OpenBSD: pcidevs,v 1.932 2005/10/05 21:28:20 fgsch Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6379,6 +6379,10 @@ static const struct pci_known_product pci_known_products[] = {
"nForce3 USB",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_MODEM,
+ "nForce3 Modem",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_ACA,
"nForce3 AC97",
},
@@ -8135,6 +8139,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI6515 CardBus (Smart Card mode)",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1620,
+ "PCI1620 Misc",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100A,
"ACX100A",
},