summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1998-02-27 22:30:36 +0000
committerse <se@FreeBSD.org>1998-02-27 22:30:36 +0000
commitc2dae6a9b18521480b6a450d7ee23ee643fbca1c (patch)
tree37e5aba21562cef93a257af92ff38e79a4d8a29e /sys/pci
parent391bb65d1496c86e2d14901828237ae47d80c02c (diff)
downloadFreeBSD-src-c2dae6a9b18521480b6a450d7ee23ee643fbca1c.zip
FreeBSD-src-c2dae6a9b18521480b6a450d7ee23ee643fbca1c.tar.gz
Add PCI device ID of Surecom NE-34
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_ed_p.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c
index 0191134..f196479 100644
--- a/sys/pci/if_ed_p.c
+++ b/sys/pci/if_ed_p.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 }
};
OpenPOWER on IntegriCloud