summaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_isa.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r211764:Pyun YongHyeon2010-09-241-0/+1
* Cleanup resource allocation code a bit. Store the rids on theWarner Losh2009-04-201-4/+3
* Establish the interrupt handler AFTER we successfully attach. We needWarner Losh2009-04-181-5/+8
* Provide a generic ifmedia set of routines as a fallback. TheWarner Losh2009-04-071-1/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Have a function pointer to the routine to call for writing an mbufWarner Losh2006-01-271-4/+1
* Add support for the Compaq LTE docking station. It includes a plugWarner Losh2006-01-151-5/+6
* Add missing softcWarner Losh2005-10-221-0/+1
* Turns out that we're asking for the MAC address at a bad time in theWarner Losh2005-10-221-4/+3
* Check against 8019 rather than 8029 for reading in the MAC addr sinceWarner Losh2005-10-171-1/+1
* MFp4:Warner Losh2005-10-051-0/+8
* Finish conversion to bus space and make ed MP safe.Warner Losh2005-08-281-2/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Minor style nits missed in earlier passesWarner Losh2005-02-221-4/+3
* Move the harvesting of the MAC address out of the generic novell probeWarner Losh2005-02-141-7/+28
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-091-2/+8
* Remove reference to softc from probe entirely...Warner Losh2005-02-091-1/+0
* No need to bzero softc.Warner Losh2005-02-081-2/+0
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-081-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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