summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6,Robert Watson2008-03-301-2/+3
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-5/+32
* When we match UARTs found during bus-enumeration with UARTs used forMarcel Moolenaar2007-03-281-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-6/+8
* Implement the ipend() method of the serdev I/F.Marcel Moolenaar2006-04-281-0/+9
* Add support for scc(4).Marcel Moolenaar2006-03-301-30/+95
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar2006-02-241-1/+1
* MFp4:Marcel Moolenaar2006-02-241-11/+11
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-2/+2
* In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe isMarcel Moolenaar2005-10-281-1/+1
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workMarius Strobl2005-03-021-2/+8
* 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/+5
* Update for the KDB framework:Marcel Moolenaar2004-07-101-8/+6
* When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.Marcel Moolenaar2004-05-041-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* 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