aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cs/if_cs_isa.c
Commit message (Expand)AuthorAgeFilesLines
* - Provide necessary includes.Gleb Smirnoff2013-10-291-2/+4
* repair build for dev/cs.Sean Bruno2013-10-281-0/+1
* Forgot to commit these files too :-(Warner Losh2008-06-061-2/+2
* Minor clean up to shave about 1.5k off the size of the driver:Warner Losh2008-06-061-7/+5
* cs has detach, remove bogus ifdef.Warner Losh2008-06-061-3/+1
* Remove unused fields in softc. If they are ever really needed again,Warner Losh2008-06-061-3/+0
* Make the cs(4) driver MPSAFE:John Baldwin2008-06-051-8/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+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
* 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
* Additional enhancments to allow IBM Etherjet cards to be probed,Warner Losh2001-02-231-2/+4
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoWarner Losh2001-01-211-0/+127