Really fix it this time.
This commit is contained in:
parent
79dae79f66
commit
28b6aa4a84
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152337
@ -261,9 +261,9 @@ lnc_isa_attach(device_t dev)
|
|||||||
*
|
*
|
||||||
* Contec uses 00 80 4c ?? ?? ??
|
* Contec uses 00 80 4c ?? ?? ??
|
||||||
*/
|
*/
|
||||||
if (IF_LLADDR(sc->ifp)[0] == 0x00 &&
|
if (IF_LLADDR(sc->ifp)[0] == (char)0x00 &&
|
||||||
IF_LLADDR(sc->ifp)[1] == 0x80 &&
|
IF_LLADDR(sc->ifp)[1] == (char)0x80 &&
|
||||||
IF_LLADDR(sc->ifp)[2] == 0x4c) {
|
IF_LLADDR(sc->ifp)[2] == (char)0x4c) {
|
||||||
lnc_outw(sc->rap, MSRDA);
|
lnc_outw(sc->rap, MSRDA);
|
||||||
lnc_outw(CNET98S_IDP, 0x0006);
|
lnc_outw(CNET98S_IDP, 0x0006);
|
||||||
lnc_outw(sc->rap, MSWRA);
|
lnc_outw(sc->rap, MSWRA);
|
||||||
|
Loading…
Reference in New Issue
Block a user