Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/12/2004 17:33:17
Module Name: src
Committed By: mycroft
Date: Thu Aug 12 17:33:17 UTC 2004
Modified Files:
src/sys/dev/pcmcia: if_ne_pcmcia.c
Log Message:
Now that we write the IOBASE in generic code, don't do it here. Instead,
implement the hackish/stupid test for the AX88190 by just checking whether
the IOBASE is available in the CCR.
This is unspeakably wrong, but it leaves the code doing ~the same thing it
did before.
To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 src/sys/dev/pcmcia/if_ne_pcmcia.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.