diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1998-02-27 22:30:36 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1998-02-27 22:30:36 +0000 |
| commit | ebef4c231e94f262e770340a4333e4a843d44942 (patch) | |
| tree | 74c68be554f1b3071b4ebecc6c5f6900d26ed047 /sys/dev/ed | |
| parent | d3c0af69439f35a159f067b99b4526f39aa26aa8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_pci.c | 3 |
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 0191134b013c5..f1964790475c7 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.10 1997/08/14 07:53:07 danny Exp $ + * $Id: if_ed_p.c,v 1.11 1997/11/22 06:19:59 msmith Exp $ */ #include "pci.h" @@ -44,6 +44,7 @@ static struct _pcsid { 0x140111f6, "NE2000 PCI Ethernet (Compex)" }, { 0x30008e2e, "NE2000 PCI Ethernet (KTI)" }, { 0x19808c4a, "NE2000 PCI Ethernet (Winbond W89C940)" }, + { 0x0e3410bd, "NE2000 PCI Ethernet (Surecom NE-34)" }, { 0x00000000, NULL } }; |
