aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Regularize my copyright noticeWarner Losh2019-12-041-4/+3
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update the comment for the Wacom WACF00e to make it clear it's not anIan Lepore2017-03-081-2/+2
* Add the pnp id for a Wacom 'WACF00e' tablet.Ian Lepore2017-03-081-0/+1
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-20/+1
* uart: add resume method and enable it for attachments on the most commonAndriy Gapon2013-02-021-0/+1
* Add support for CIR1000 - Cirrus Logic V34 to the uart driverEitan Adler2012-11-131-0/+1
* Add the 2nd CCU and PnP devices support on pc98.Yoshihiro Takahashi2008-08-251-7/+29
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl2004-11-171-2/+0
* Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probeMarius Strobl2004-08-251-4/+3
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-141-0/+2
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-2/+2
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+167