summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Have a function pointer to the routine to call for writing an mbufimp2006-01-271-4/+1
* Add support for the Compaq LTE docking station. It includes a plugimp2006-01-151-5/+6
* Add missing softcimp2005-10-221-0/+1
* Turns out that we're asking for the MAC address at a bad time in theimp2005-10-221-4/+3
* Check against 8019 rather than 8029 for reading in the MAC addr sinceimp2005-10-171-1/+1
* MFp4:imp2005-10-051-0/+8
* Finish conversion to bus space and make ed MP safe.imp2005-08-281-2/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Minor style nits missed in earlier passesimp2005-02-221-4/+3
* Move the harvesting of the MAC address out of the generic novell probeimp2005-02-141-7/+28
* Break out obscure ISA cards into their own files, as well as ne2000imp2005-02-091-2/+8
* Remove reference to softc from probe entirely...imp2005-02-091-1/+0
* No need to bzero softc.imp2005-02-081-2/+0
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-081-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Add Allied Telesis SIC-AT boards support.shiba2003-10-151-0/+5
* Use __FBSDID().obrien2003-08-241-1/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.takawata2002-07-261-0/+1
* Remove __P.alfred2002-03-201-2/+2
* Minor newbus/style(9) cleanups.imp2000-12-261-3/+1
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-131-2/+0
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-151-1/+1
* - Fixed the conversion to bus_space interface.nyan2000-08-171-7/+9
* I forgot to remove the "NCARD == 0" hacks that kept this drivermdodd1999-11-201-4/+0
* Set port_used and mem_used to the resource size instead of 1.nyan1999-11-181-2/+2
* Fix compiling PCCARD kernels.mdodd1999-10-241-0/+4
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-151-3/+1
* Break out the bus front end code into separate files.mdodd1999-10-151-0/+158
OpenPOWER on IntegriCloud