summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-10-25 14:32:15 +0000
committerphk <phk@FreeBSD.org>1997-10-25 14:32:15 +0000
commit096ac51f402ba7fcea03b0566a61a4ddf6fa4b31 (patch)
tree5fa7d485476dcec1b41496cc33d5dbafac043923 /sys/dev/de
parent8a403dc5c98558b0f0b90424dc0d4701e9f1eaa6 (diff)
downloadFreeBSD-src-096ac51f402ba7fcea03b0566a61a4ddf6fa4b31.zip
FreeBSD-src-096ac51f402ba7fcea03b0566a61a4ddf6fa4b31.tar.gz
Recognize even more of the Znyx 314 cards.
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index 103cee6..f5e2a82 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.55 1997/10/16 22:02:27 matt Exp $ */
-/* $Id$ */
+/* $Id: if_de.c,v 1.72 1997/10/18 18:15:02 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -2166,7 +2166,7 @@ tulip_identify_znyx_nic(
}
}
if (id == 0) {
- if ((sc->tulip_enaddr[3] & ~3) == 0xF0 && (sc->tulip_enaddr[5] & 3) == 0) {
+ if ((sc->tulip_enaddr[3] & ~3) == 0xF0 && (sc->tulip_enaddr[5] & 2) == 0) {
sc->tulip_boardid[9] = '4';
sc->tulip_boardsw = &tulip_21040_10baset_only_boardsw;
sc->tulip_features |= TULIP_HAVE_SHAREDINTR|TULIP_HAVE_BASEROM;
OpenPOWER on IntegriCloud