summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_isa.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor newbus/style(9) cleanups.imp2000-12-261-3/+1
| | | | | | | | | | | o Move the ax88190 code to its own function. o Move all device_method_t, driver_t and DRIVER_MODULE definitions to the end of files. o Wrap a few lines > 80 characters. o Use the same devclass for all ed drivers. This allows machines with multiple types of cards to have their cards numbered correctly. Before, you could wind up with two ed0's. o Protect if_edvar.h from multiple includes because I was there.
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-131-2/+0
| | | | these locally for ages.
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-151-1/+1
| | | | ensues when ifconfig tries to load if_ed.ko when it's already in the kernel.
* - Fixed the conversion to bus_space interface.nyan2000-08-171-7/+9
| | | | | | - Added PC-98 Cbus devices support. The original patch is submitted by chi@bd.mbn.or.jp (Chiharu Shibata) - Removed old ed driver.
* I forgot to remove the "NCARD == 0" hacks that kept this drivermdodd1999-11-201-4/+0
| | | | | | from blowing up on PCMCIA systems. The hack isn't needed anymore. Reminded by: Blaz Zupan <blaz@gold.amis.net>
* Set port_used and mem_used to the resource size instead of 1.nyan1999-11-181-2/+2
| | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Fix compiling PCCARD kernels.mdodd1999-10-241-0/+4
| | | | | | 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.
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-151-3/+1
| | | | | | | 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
* Break out the bus front end code into separate files.mdodd1999-10-151-0/+158
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.
OpenPOWER on IntegriCloud