aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add UART_IOCTL_BAUD to allow us to query the hardware about theMarcel Moolenaar2004-11-141-0/+1
* Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp2004-10-121-1/+0
* Use the new serial port definitions for modemsignals.Poul-Henning Kamp2004-06-241-23/+10
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-1/+1
* Add locking to the hardware drivers. I intended to figure out moreMarcel Moolenaar2003-09-171-0/+2
* Add support for using uart(4) for pulse capturing for the Pulse PerMarcel Moolenaar2003-09-111-0/+17
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+204