aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uart
Commit message (Expand)AuthorAgeFilesLines
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-2/+7
* Add a driver for the BCM2835 Mini-UART as seen on the RPi3Diane Bruce2018-06-121-2/+3
* arm: lpc: Remove supportEmmanuel Vadot2018-01-241-5/+1
* Restore alphabetical order in UART MakefileMarcin Wojtas2017-09-111-2/+2
* Don't build uart_dev_mvebu unless we're on arm64.Warner Losh2017-09-091-1/+5
* Introduce UART driver module for Armada 3700Marcin Wojtas2017-09-091-1/+1
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* Build ofw_bus_if.h for modules for RISC-V.Ruslan Bukin2016-07-281-1/+2
* Fix the build:Andrew Turner2016-07-211-1/+2
* Fix make dependUlrich Spörlein2015-11-291-1/+1
* Build ofw_bus_if.h for modules that need it on arm64Ed Maste2015-10-211-2/+2
* Kill MFILES and find things automatically. It turned out to be onlyWarner Losh2015-07-031-4/+0
* PowerPC also needs ofw_bus_if.h when using FDT.Justin Hibbits2015-01-031-1/+2
* Build uart_dev_lpc.c on arm only. This fixes pc98 build.Yoshihiro Takahashi2013-04-221-1/+5
* Fix the uart(4) module build. Without uart_dev_lpc the module cannot be loaded.Justin Hibbits2013-04-191-1/+1
* In the uart module build ofw_bus_if.h on arm along with sparc64 as LINTAndrew Turner2013-03-171-0/+3
* Fix 'make depend'Ulrich Spörlein2013-03-061-0/+1
* Compensate for the replacement of uart_cpu_{amd64|i386}.c withMarcel Moolenaar2012-04-181-4/+11
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-3/+1
* MFtbemd:Warner Losh2010-08-231-1/+1
* Correct the path to the MD source so r206569 actually works as intended.Marius Strobl2010-05-231-1/+1
* Only compile in uart_cpu_$MACHINE.c if it exists. I'm not sure howWarner Losh2010-04-131-1/+1
* Include the QUICC backend in the kernel module.Marcel Moolenaar2008-11-221-1/+2
* In sun4v, use the sparc64 version. We haven't used the serial port onJohn Birrell2006-10-161-1/+6
* o Add scc(4) to the build.Marcel Moolenaar2006-03-301-5/+6
* Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) andMarcel Moolenaar2006-02-241-0/+4
* Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.cMarcel Moolenaar2004-11-201-2/+2
* o sparc64/isa/isa.c:Marius Strobl2004-11-171-7/+2
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-141-2/+7
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-2/+3
* Build uart_dbg.c for remote GDB support.Marcel Moolenaar2004-07-101-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+2
* Add uart_subr.cMarcel Moolenaar2004-03-201-1/+1
* Only build the ebus driver on sparc64. It includes a header directlyMarcel Moolenaar2003-09-171-1/+5
* Sort: build uart_bus_pccard.c before uart_bus_pci.c.Marcel Moolenaar2003-09-151-2/+2
* Add uart pccard bus attachment,based on sio_pccard.c .Takanori Watanabe2003-09-141-4/+4
* Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c andMarcel Moolenaar2003-09-071-2/+1
* add i8251Warner Losh2003-09-071-0/+1
* Hook-up the uart(4) driver to the build. For a detailed descriptionMarcel Moolenaar2003-09-061-0/+12