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)
This commit is contained in:
Warner Losh 2005-10-17 02:32:23 +00:00
parent 86391603da
commit ebf417cf92

View File

@ -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