summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Include pccard/pccard_cis.h here tooWarner Losh2003-10-071-1/+2
* Fix copyright comment & FBSDID style nits.David E. O'Brien2003-08-251-1/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* No need to wrap siodetach() with sio_pccard_detach.Warner Losh2003-02-161-9/+1
* Be nice. There are evidentally a number of different cards thatWarner Losh2002-12-211-2/+4
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Add support for different serial clock frequencies and not just theJohn Hay2002-01-301-2/+2
* Split the sio driver for pc98 into bus front end and back end.Yoshihiro Takahashi2001-11-261-0/+4
* bde suggests that sio really wants to manage its own softc. ThisWarner Losh2001-11-261-2/+1
* First part of patches to make sio grok 16-bit serial cards underWarner Losh2001-11-261-2/+30
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-231-0/+87