mdodd
b17c96564d
I forgot to remove the "NCARD == 0" hacks that kept this driver
...
from blowing up on PCMCIA systems. The hack isn't needed anymore.
Reminded by: Blaz Zupan <blaz@gold.amis.net>
1999-11-20 09:28:01 +00:00
nyan
3e730b56ed
Set port_used and mem_used to the resource size instead of 1.
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-11-18 14:18:19 +00:00
mdodd
3094f99fa7
Fix compiling PCCARD kernels.
...
This is a hack and I don't like it.
Hopefully the new PCCARD stuff should be in working order in a day or so.
1999-10-24 07:17:26 +00:00
mdodd
d21234b78c
- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
...
now lives in the respective bus front end files.
- Add various function prototypes to if_edvar.h
- Clean up some debugging code that snuck into if_ed_isa.c
- Turn on the right bits in files.i386
1999-10-15 03:12:48 +00:00
mdodd
994d54d44f
Break out the bus front end code into separate files.
...
Note that these haven't been turned on nor has the old code
been removed from if_ed.c. The next commit will address that.
1999-10-15 01:28:04 +00:00