Module Name:    src
Committed By:   msaitoh
Date:           Wed Feb  6 03:16:08 UTC 2019

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
>From OpenBSD:
- Add NetXen's vendor ID and devices.
- Add Sun Neptune.


To generate a diff of this commit:
cvs rdiff -u -r1.1360 -r1.1361 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1360 src/sys/dev/pci/pcidevs:1.1361
--- src/sys/dev/pci/pcidevs:1.1360	Mon Jan 28 03:37:27 2019
+++ src/sys/dev/pci/pcidevs	Wed Feb  6 03:16:08 2019
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1360 2019/01/28 03:37:27 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1361 2019/02/06 03:16:08 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -657,6 +657,7 @@ vendor HINT		0x3388	HiNT
 vendor 3DLABS		0x3d3d	3D Labs
 vendor AVANCE2		0x4005	Avance Logic (2nd PCI Vendor ID)
 vendor ADDTRON		0x4033	Addtron Technology
+vendor NETXEN		0x4040	NetXen
 vendor QINHENG		0x4348	Nanjing QinHeng Electronics
 vendor ICOMPRESSION	0x4444	Conexant (iCompression)
 vendor INDCOMPSRC	0x494f	Industrial Computer Source
@@ -6008,6 +6009,16 @@ product NETMOS MCS9990	0x9990	MCS9990 Qu
 /* Network Security Technologies */
 product NETSEC 7751		0x7751	7751
 
+/* NetXen Inc products */
+product NETXEN NXB_10GXxR	0x0001	NXB-10GXxR
+product NETXEN NXB_10GCX4	0x0002	NXB-10GCX4
+product NETXEN NXB_4GCU		0x0003	NXB-4GCU
+product NETXEN NXB_IMEZ		0x0004	IMEZ 10GbE
+product NETXEN NXB_HMEZ		0x0005	HMEZ 10GbE
+product NETXEN NXB_IMEZ_2	0x0024	IMEZ 10GbE Mgmt
+product NETXEN NXB_HMEZ_2	0x0025	HMEZ 10GbE Mgmt
+product NETXEN NX3031		0x0100	NX3031
+
 /* NexGen products */
 product NEXGEN NX82C501	0x4e78	NX82C501 Host-PCI Bridge
 
@@ -7140,6 +7151,7 @@ product SUN MS_IIep	0x9000	microSPARC II
 product SUN US_IIi	0xa000	UltraSPARC IIi PCI
 product SUN US_IIe	0xa001	UltraSPARC IIe PCI
 product SUN CASSINI	0xabba	Cassini Gigabit Ethernet
+product SUN NEPTUNE	0xabcd	Neptune
 
 /* Sundance Technology products */
 product SUNDANCETI IP100A	0x0200	IP100A 10/100 Ethernet

Reply via email to