diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-03-26 06:34:29 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-03-26 06:34:29 +0000 |
commit | 7fce51bb872afa6c152868f7d14ba188bf132cb6 (patch) | |
tree | 64acb56b49a52de90437fb0acd1fe8daa86aee60 /sys/dev/isa/if_ne_isapnp.c | |
parent | 818585d7e5830c7105190e5bc04ab8e3e40221b9 (diff) |
Add support for some 100Mbit PCMCIA cards.
Change the ne2000_detect parm list.
Diffstat (limited to 'sys/dev/isa/if_ne_isapnp.c')
-rw-r--r-- | sys/dev/isa/if_ne_isapnp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ne_isapnp.c b/sys/dev/isa/if_ne_isapnp.c index a49a44bab03..5c336bc725b 100644 --- a/sys/dev/isa/if_ne_isapnp.c +++ b/sys/dev/isa/if_ne_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_isapnp.c,v 1.2 1998/11/06 06:32:15 fgsch Exp $ */ +/* $OpenBSD: if_ne_isapnp.c,v 1.3 1999/03/26 06:34:27 fgsch Exp $ */ /* $NetBSD: if_ne_isapnp.c,v 1.7 1998/07/23 19:30:45 christos Exp $ */ /*- @@ -168,7 +168,7 @@ ne_isapnp_attach( * Detect it again, so we can print some information about the * interface. */ - netype = ne2000_detect(nict, nich, asict, asich); + netype = ne2000_detect(nsc); switch (netype) { case NE2000_TYPE_NE1000: typestr = "NE1000"; |