summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sio(4).Gleb Smirnoff2019-11-211-99/+0
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-3/+0
* Only treat positive values as errors...John-Mark Gurney2006-09-141-1/+1
* Last change to this file actually removed the oldcard compat code.Warner Losh2005-09-191-2/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-21/+9
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* 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-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