aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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