aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1998-03-17 10:54:23 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1998-03-17 10:54:23 +0000
commitb9e8979b7b5a9d08ad7e2b065b87f9dacfae75b4 (patch)
treeb67bcd036075647467670515a92e1a57acd268e0 /sys/dev/ed
parenteb615e178828aec5143fa5f83d93d70df4bc0ec4 (diff)
Notes
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 f1964790475c..d284ee6074e0 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 }
};