summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_core.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add UART_IOCTL_BAUD to allow us to query the hardware about themarcel2004-11-141-0/+5
* Update for the KDB framework:marcel2004-07-101-8/+6
* When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.marcel2004-05-041-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-261-5/+4
* Initialize iobase, bsh and bst.nyan2003-09-231-0/+4
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-231-0/+1
* In uart_intr() loop until all interrupts have been handled. Previouslymarcel2003-09-171-11/+15
* Add locking to the hardware drivers. I intended to figure out moremarcel2003-09-171-0/+2
* Add support for using uart(4) for pulse capturing for the Pulse Permarcel2003-09-111-0/+12
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-061-0/+452
OpenPOWER on IntegriCloud