aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-151-0/+5
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.Takanori Watanabe2002-07-261-0/+1
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Minor newbus/style(9) cleanups.Warner Losh2000-12-261-3/+1
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-131-2/+0
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatMike Smith2000-10-151-1/+1
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-171-7/+9
* I forgot to remove the "NCARD == 0" hacks that kept this driverMatthew N. Dodd1999-11-201-4/+0
* Set port_used and mem_used to the resource size instead of 1.Yoshihiro Takahashi1999-11-181-2/+2
* Fix compiling PCCARD kernels.Matthew N. Dodd1999-10-241-0/+4
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itMatthew N. Dodd1999-10-151-3/+1
* Break out the bus front end code into separate files.Matthew N. Dodd1999-10-151-0/+158