summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-04-16 13:51:19 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-04-16 13:51:19 +0000
commit1d92c619ee5862f1548b621c6d33fbe6b7083d71 (patch)
treeb21296e61579e2194b0ff91208a982bba333110b /sys/dev
parentba5cfeafa8ed3c0f878b76c9f7d4d6d12d3c0ed5 (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h11
-rw-r--r--sys/dev/pci/pcidevs_data.h30
2 files changed, 39 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index cd24dca80b3..63269fccfc9 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.1228 2007/04/16 09:19:59 dlg Exp
+ * OpenBSD: pcidevs,v 1.1229 2007/04/16 13:50:22 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2543,6 +2543,15 @@
/* National Instruments */
#define PCI_PRODUCT_NATINST_PCIGPIB 0xc801 /* PCI-GPIB */
+/* NetXen Inc products */
+#define PCI_PRODUCT_NETXEN_NXB_10GXxR 0x0001 /* NXB-10G XxR 10GbE (NX2031) */
+#define PCI_PRODUCT_NETXEN_NXB_10GCX4 0x0002 /* NXB-10G CX4 10GbE (NX2031) */
+#define PCI_PRODUCT_NETXEN_NXB_4GCU 0x0003 /* NXB-4GCU 4xGbE (NX2035) */
+#define PCI_PRODUCT_NETXEN_NXB_10GBCH 0x0004 /* BladeCenter-H 10GbE (NX2035) */
+#define PCI_PRODUCT_NETXEN_0005 0x0005 /* NIC (NX203x) */
+#define PCI_PRODUCT_NETXEN_0024 0x0024 /* NIC (NX203x) */
+#define PCI_PRODUCT_NETXEN_0025 0x0025 /* NIC (NX203x) */
+
/* National Semiconductor products */
#define PCI_PRODUCT_NS_DP83810 0x0001 /* DP83810 10/100 */
#define PCI_PRODUCT_NS_PC87415 0x0002 /* PC87415 IDE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 26cf39d3bc8..146e8fc6ba3 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.1228 2007/04/16 09:19:59 dlg Exp
+ * OpenBSD: pcidevs,v 1.1229 2007/04/16 13:50:22 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7696,6 +7696,34 @@ static const struct pci_known_product pci_known_products[] = {
"PCI-GPIB",
},
{
+ PCI_VENDOR_NETXEN, PCI_PRODUCT_NETXEN_NXB_10GXxR,
+ "NXB-10G XxR 10GbE (NX2031)",
+ },
+ {
+ PCI_VENDOR_NETXEN, PCI_PRODUCT_NETXEN_NXB_10GCX4,
+ "NXB-10G CX4 10GbE (NX2031)",
+ },
+ {
+ PCI_VENDOR_NETXEN, PCI_PRODUCT_NETXEN_NXB_4GCU,
+ "NXB-4GCU 4xGbE (NX2035)",
+ },
+ {
+ PCI_VENDOR_NETXEN, PCI_PRODUCT_NETXEN_NXB_10GBCH,
+ "BladeCenter-H 10GbE (NX2035)",
+ },
+ {
+ PCI_VENDOR_NETXEN, PCI_PRODUCT_NETXEN_0005,
+ "NIC (NX203x)",
+ },
+ {
+ PCI_VENDOR_NETXEN, PCI_PRODUCT_NETXEN_0024,
+ "NIC (NX203x)",
+ },
+ {
+ PCI_VENDOR_NETXEN, PCI_PRODUCT_NETXEN_0025,
+ "NIC (NX203x)",
+ },
+ {
PCI_VENDOR_NS, PCI_PRODUCT_NS_DP83810,
"DP83810 10/100",
},