summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-10-17 02:32:23 +0000
committerimp <imp@FreeBSD.org>2005-10-17 02:32:23 +0000
commitd98f60cef4978a1ae3e03a565be7a2878956be6c (patch)
treea194d87557093e2e0663553ac4800dcc1361b5f1 /sys/dev/ed
parenta0cf3f9b584d91c0505902982fa7fe4394d8e7ad (diff)
downloadFreeBSD-src-d98f60cef4978a1ae3e03a565be7a2878956be6c.zip
FreeBSD-src-d98f60cef4978a1ae3e03a565be7a2878956be6c.tar.gz
Check against 8019 rather than 8029 for reading in the MAC addr since
the former is the ISA part, not the latter. MFC After 6.0 is unfrozen (this bug doesn't exist in 6.0 because I didn't MFC the rtl80x9 changes for ISA due to an error on my part)
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c
index ec970e1..ebe2b6b 100644
--- a/sys/dev/ed/if_ed_isa.c
+++ b/sys/dev/ed/if_ed_isa.c
@@ -171,7 +171,7 @@ ed_isa_attach(device_t dev)
return (error);
}
- if (sc->chip_type == ED_CHIP_TYPE_RTL8029)
+ if (sc->chip_type == ED_CHIP_TYPE_RTL8019)
ed_Novell_read_mac(sc);
#ifdef ED_HPP
OpenPOWER on IntegriCloud