summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-03-24 20:37:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-03-24 20:37:33 +0000
commit89facd593b7a03aaaaa69de5e58e4d1b06cf58a9 (patch)
tree27a25c02978aa3aabf07f5811fbbe07fe35f25a3 /sys
parentec9bea6fdde7cbb5d80322523f0214c75ab4cf96 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 1acbb2a9398..73369feb48b 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.1538 2010/03/24 20:30:44 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1539 2010/03/24 20:37:29 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4952,7 +4952,8 @@
#define PCI_PRODUCT_TI_PCIXX12_SM 0x803d /* PCIXX12 Smart Card */
#define PCI_PRODUCT_TI_PCI1620_MISC 0x8201 /* PCI1620 Misc */
#define PCI_PRODUCT_TI_XIO2000A 0x8231 /* XIO2000A PCIE-PCI */
-#define PCI_PRODUCT_TI_XIO3130 0x8232 /* XIO3130 PCIE-PCIE */
+#define PCI_PRODUCT_TI_XIO3130 0x8232 /* XIO3130 PCIE-PCIE upstream */
+#define PCI_PRODUCT_TI_XIO3130 0x8233 /* XIO3130 PCIE-PCIE downstream */
#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 7b09f58dda0..87187bf2d51 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.1538 2010/03/24 20:30:44 deraadt Exp
+ * OpenBSD: pcidevs,v 1.1539 2010/03/24 20:37:29 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -16473,7 +16473,11 @@ static const struct pci_known_product pci_known_products[] = {
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_XIO3130,
- "XIO3130 PCIE-PCIE",
+ "XIO3130 PCIE-PCIE upstream",
+ },
+ {
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_XIO3130,
+ "XIO3130 PCIE-PCIE downstream",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100A,