Also disable EX_CONF_INTPHY on the B model.
This commit is contained in:
parent
5bd0644a68
commit
f361f1b1b8
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ex_cardbus.c,v 1.7 1999/11/17 07:59:57 thorpej Exp $ */
|
||||
/* $NetBSD: if_ex_cardbus.c,v 1.8 1999/11/17 08:42:06 soren Exp $ */
|
||||
|
||||
/*
|
||||
* CardBus specific routines for 3Com 3C575-family CardBus ethernet adapter
|
||||
|
@ -257,7 +257,7 @@ ex_cardbus_attach(parent, self, aux)
|
|||
sc->ex_conf = EX_CONF_MII;
|
||||
break;
|
||||
case EX_3C575B:
|
||||
sc->ex_conf = EX_CONF_90XB|EX_CONF_MII|EX_CONF_INTPHY;
|
||||
sc->ex_conf = EX_CONF_90XB|EX_CONF_MII;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue