summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1997-08-14 07:53:07 +0000
committerdanny <danny@FreeBSD.org>1997-08-14 07:53:07 +0000
commit39a89b9c7ab95b2b64b7afacb7e60289fe456b37 (patch)
tree1c884ea16047123751c04b795f679ffec80963ed /sys/dev/ed
parentda5b9d9f1162676a28ce83af04907aee22464dde (diff)
downloadFreeBSD-src-39a89b9c7ab95b2b64b7afacb7e60289fe456b37.zip
FreeBSD-src-39a89b9c7ab95b2b64b7afacb7e60289fe456b37.tar.gz
Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c
index 2636994..2d72202 100644
--- a/sys/dev/ed/if_ed_pci.c
+++ b/sys/dev/ed/if_ed_pci.c
@@ -17,7 +17,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: if_ed_p.c,v 1.8 1997/02/22 09:44:04 peter Exp $
+ * $Id: if_ed_p.c,v 1.9 1997/04/18 04:44:37 davidn Exp $
*/
#include "pci.h"
@@ -39,6 +39,7 @@ static struct _pcsid
} pci_ids[] =
{
{ 0x802910ec, "NE2000 PCI Ethernet (RealTek 8029)" },
+ { 0x50004a14, "NE2000 PCI Ethernet (NetVin 5000)" },
{ 0x09401050, "NE2000 PCI Ethernet (ProLAN)" },
{ 0x140111f6, "NE2000 PCI Ethernet (Compex)" },
{ 0x30008e2e, "NE2000 PCI Ethernet (KTI)" },
OpenPOWER on IntegriCloud