diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-16 13:50:23 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-16 13:50:23 +0000 |
commit | ba5cfeafa8ed3c0f878b76c9f7d4d6d12d3c0ed5 (patch) | |
tree | ff313bdbd844be4522d91978ed8d4c9b3ceb7f28 /sys/dev/pci | |
parent | 42cff864e3811129e1be6903d32ce79ec0318e12 (diff) |
Add NetXEN 10Gb Ethernet device IDs (some names are missing, but I
found the IDs in their linux reference driver).
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 93b6b57e6ae..45b3166a93c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$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 $ */ /* @@ -2538,6 +2538,15 @@ product NDC NCP130A2 0x0131 NCP130 Rev A2 /* National Instruments */ product NATINST PCIGPIB 0xc801 PCI-GPIB +/* NetXen Inc products */ +product NETXEN NXB_10GXxR 0x0001 NXB-10G XxR 10GbE (NX2031) +product NETXEN NXB_10GCX4 0x0002 NXB-10G CX4 10GbE (NX2031) +product NETXEN NXB_4GCU 0x0003 NXB-4GCU 4xGbE (NX2035) +product NETXEN NXB_10GBCH 0x0004 BladeCenter-H 10GbE (NX2035) +product NETXEN 0005 0x0005 NIC (NX203x) +product NETXEN 0024 0x0024 NIC (NX203x) +product NETXEN 0025 0x0025 NIC (NX203x) + /* National Semiconductor products */ product NS DP83810 0x0001 DP83810 10/100 product NS PC87415 0x0002 PC87415 IDE |