aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* o Style(9) nitsMarcel Moolenaar2005-10-281-10/+9
* Remove OLDCARD shimsWarner Losh2005-09-211-13/+12
* 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
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-1/+1
* Remove unneeded includes.Yoshihiro Takahashi2003-09-231-5/+0
* Remove inclusion of <sys/timepps.h>. It's included in "uart_bus.h"Marcel Moolenaar2003-09-151-1/+0
* Remove useless #ifdef PC98.Takanori Watanabe2003-09-151-3/+1
* Add uart pccard bus attachment,based on sio_pccard.c .Takanori Watanabe2003-09-141-0/+109