aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-11-28 00:25:32 +0000
committerMike Smith <msmith@FreeBSD.org>1998-11-28 00:25:32 +0000
commit49b41a660ff807f32590a975dd3fbcb1d50e3580 (patch)
tree78ef95b7300be93b6c19427719c2e080da0e88cf /sys
parent6598e260f56a6671582d603c18fcf997be786fc6 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/de/if_de.c3
-rw-r--r--sys/pci/if_de.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index 74047d7a7d7f1..2dce9a50c66d9 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */
-/* $Id: if_de.c,v 1.89 1998/10/14 08:31:26 peter Exp $ */
+/* $Id: if_de.c,v 1.90 1998/11/06 02:13:13 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -2757,6 +2757,7 @@ static const struct {
{ tulip_identify_znyx_nic, { 0x00, 0xC0, 0x95 } },
{ tulip_identify_cogent_nic, { 0x00, 0x00, 0x92 } },
{ tulip_identify_asante_nic, { 0x00, 0x00, 0x94 } },
+ { tulip_identify_cogent_nic, { 0x00, 0x00, 0xD1 } },
{ tulip_identify_accton_nic, { 0x00, 0x00, 0xE8 } },
{ NULL }
};
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 74047d7a7d7f1..2dce9a50c66d9 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */
-/* $Id: if_de.c,v 1.89 1998/10/14 08:31:26 peter Exp $ */
+/* $Id: if_de.c,v 1.90 1998/11/06 02:13:13 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -2757,6 +2757,7 @@ static const struct {
{ tulip_identify_znyx_nic, { 0x00, 0xC0, 0x95 } },
{ tulip_identify_cogent_nic, { 0x00, 0x00, 0x92 } },
{ tulip_identify_asante_nic, { 0x00, 0x00, 0x94 } },
+ { tulip_identify_cogent_nic, { 0x00, 0x00, 0xD1 } },
{ tulip_identify_accton_nic, { 0x00, 0x00, 0xE8 } },
{ NULL }
};