summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_isa.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06Remove unused uart_devclass.John Baldwin
2019-12-04Regularize my copyright noticeWarner Losh
2018-08-19add snps IP uart support / genaralize UARTMatt Macy
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-08Update the comment for the Wacom WACF00e to make it clear it's not anIan Lepore
2017-03-08Add the pnp id for a Wacom 'WACF00e' tablet.Ian Lepore
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2013-02-02uart: add resume method and enable it for attachments on the most commonAndriy Gapon
2012-11-13Add support for CIR1000 - Cirrus Logic V34 to the uart driverEitan Adler
2008-08-25Add the 2nd CCU and PnP devices support on pc98.Yoshihiro Takahashi
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-17Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl
2004-08-25Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probeMarius Strobl
2004-08-14- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl
2003-09-26Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar
2003-09-06The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar