summaryrefslogtreecommitdiff
path: root/sys/dev/cs/if_cs_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1
* Cleanup tabs vs spaces.Warner Losh2005-01-281-7/+7
* For the PC Card implementation of the CS8920M that's in my IBMWarner Losh2005-01-281-2/+4
* Write cs_detach() and use it. This resolves the twin problems of theWarner Losh2005-01-271-2/+0
* Only attach to network functions (unlikely to matter since I'm notWarner Losh2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need the dependency on the pccard module here.Warner Losh2004-05-081-1/+0
* 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-2/+3
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-3/+1
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-3/+3
* Additional enhancments to allow IBM Etherjet cards to be probed,Warner Losh2001-02-231-5/+7
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoWarner Losh2001-01-211-0/+126