summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-02 07:35:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-02 07:35:00 +0000
commitaebe549b81fb3c51a86aa71150633d202f51b04f (patch)
treef5215ed89d55d8ba60e92f2c06e9f79ec1b6a01d /sys/dev/pci
parentcd56be81b792eb50fa38ec6616d78e95f0bbb6aa (diff)
cogent-compatible adapters appearing in an adaptec ethernet block range
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_de.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c
index 830e9407cbc..0312058fdc3 100644
--- a/sys/dev/pci/if_de.c
+++ b/sys/dev/pci/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.36 1998/10/28 23:40:42 csapuntz Exp $ */
+/* $OpenBSD: if_de.c,v 1.37 1998/12/02 07:34:59 deraadt Exp $ */
/* $NetBSD: if_de.c,v 1.45 1997/06/09 00:34:18 thorpej Exp $ */
/*-
@@ -2866,6 +2866,7 @@ static const struct {
{ tulip_identify_smc_nic, { 0x00, 0xE0, 0x29 } },
{ tulip_identify_znyx_nic, { 0x00, 0xC0, 0x95 } },
{ tulip_identify_cogent_nic, { 0x00, 0x00, 0x92 } },
+ { tulip_identify_cogent_nic, { 0x00, 0x00, 0xD1 } },
{ tulip_identify_asante_nic, { 0x00, 0x00, 0x94 } },
{ tulip_identify_accton_nic, { 0x00, 0x00, 0xE8 } },
{ tulip_identify_pnic_nic, { 0x00, 0xA0, 0xCC } },