summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_core.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvscvs2svn2004-01-101-1/+1
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-5/+4
* Initialize iobase, bsh and bst.Yoshihiro Takahashi2003-09-231-0/+4
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-0/+1
* In uart_intr() loop until all interrupts have been handled. PreviouslyMarcel Moolenaar2003-09-171-11/+15
* 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/+12
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+452