summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1998-03-17 10:54:23 +0000
committerdanny <danny@FreeBSD.org>1998-03-17 10:54:23 +0000
commit89d080d7810197ebb949d308487932b78376a29b (patch)
tree104184fdd1a76541b26f4c8fd2ec1e0bfdf042eb /sys/dev/ed
parent21c3594ca97eec2b576fa715709bb5d9215c4ae5 (diff)
downloadFreeBSD-src-89d080d7810197ebb949d308487932b78376a29b.zip
FreeBSD-src-89d080d7810197ebb949d308487932b78376a29b.tar.gz
PR: i386/6040
Submitted by: nakagawa@jp.freebsd.org Add new PCI NE2000 (VIA VT86C926)
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 f196479..d284ee6 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.11 1997/11/22 06:19:59 msmith Exp $
+ * $Id: if_ed_p.c,v 1.12 1998/02/27 22:29:36 se Exp $
*/
#include "pci.h"
@@ -45,6 +45,7 @@ static struct _pcsid
{ 0x30008e2e, "NE2000 PCI Ethernet (KTI)" },
{ 0x19808c4a, "NE2000 PCI Ethernet (Winbond W89C940)" },
{ 0x0e3410bd, "NE2000 PCI Ethernet (Surecom NE-34)" },
+ { 0x09261106, "NE2000 PCI Ethernet (VIA VT86C926)" },
{ 0x00000000, NULL }
};
OpenPOWER on IntegriCloud