From b9e8979b7b5a9d08ad7e2b065b87f9dacfae75b4 Mon Sep 17 00:00:00 2001 From: Daniel O'Callaghan Date: Tue, 17 Mar 1998 10:54:23 +0000 Subject: PR: i386/6040 Submitted by: nakagawa@jp.freebsd.org Add new PCI NE2000 (VIA VT86C926) --- sys/dev/ed/if_ed_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index f1964790475c7..d284ee6074e06 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 } }; -- cgit v1.3