summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs/if_cs_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Forgot to commit these files too :-(imp2008-06-061-1/+1
* Minor clean up to shave about 1.5k off the size of the driver:imp2008-06-061-1/+0
* Simplify error checking when reading the function....imp2008-06-061-3/+1
* Make the cs(4) driver MPSAFE:jhb2008-06-051-4/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove oldcard support by removing the compat shims.imp2005-09-201-21/+5
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Cleanup tabs vs spaces.imp2005-01-281-7/+7
* For the PC Card implementation of the CS8920M that's in my IBMimp2005-01-281-2/+4
* Write cs_detach() and use it. This resolves the twin problems of theimp2005-01-271-2/+0
* Only attach to network functions (unlikely to matter since I'm notimp2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need the dependency on the pccard module here.imp2004-05-081-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+3
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-3/+1
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-3/+3
* Additional enhancments to allow IBM Etherjet cards to be probed,imp2001-02-231-5/+7
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoimp2001-01-211-0/+126
OpenPOWER on IntegriCloud