summaryrefslogtreecommitdiff
path: root/sys/modules/uart
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-27Stop building FDT-only modules in an ACPI only kernelAndrew Turner
2021-01-07pccard: Remove uart(4) PC Card attachmentWarner Losh
2020-12-26scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl
2020-07-28- Cleanups related to sparc64 removal.Yoshihiro Takahashi
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-22Compile uart_cpu_acpi.c, added in r348195, into uart.ko.Mark Johnston
2018-08-19add snps IP uart support / genaralize UARTMatt Macy
2018-06-12Add a driver for the BCM2835 Mini-UART as seen on the RPi3Diane Bruce
2018-01-24arm: lpc: Remove supportEmmanuel Vadot
2017-09-11Restore alphabetical order in UART MakefileMarcin Wojtas
2017-09-09Don't build uart_dev_mvebu unless we're on arm64.Warner Losh
2017-09-09Introduce UART driver module for Armada 3700Marcin Wojtas
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-07-28Build ofw_bus_if.h for modules for RISC-V.Ruslan Bukin
2016-07-21Fix the build:Andrew Turner
2015-11-29Fix make dependUlrich Spörlein
2015-10-21Build ofw_bus_if.h for modules that need it on arm64Ed Maste
2015-07-03Kill MFILES and find things automatically. It turned out to be onlyWarner Losh
2015-01-03PowerPC also needs ofw_bus_if.h when using FDT.Justin Hibbits
2013-04-22Build uart_dev_lpc.c on arm only. This fixes pc98 build.Yoshihiro Takahashi
2013-04-19Fix the uart(4) module build. Without uart_dev_lpc the module cannot be loaded.Justin Hibbits
2013-03-17In the uart module build ofw_bus_if.h on arm along with sparc64 as LINTAndrew Turner
2013-03-06Fix 'make depend'Ulrich Spörlein
2012-04-18Compensate for the replacement of uart_cpu_{amd64|i386}.c withMarcel Moolenaar
2011-05-14Disconnect sun4v architecture from the three.Attilio Rao
2010-08-23MFtbemd:Warner Losh
2010-05-23Correct the path to the MD source so r206569 actually works as intended.Marius Strobl
2010-04-13Only compile in uart_cpu_$MACHINE.c if it exists. I'm not sure howWarner Losh
2008-11-22Include the QUICC backend in the kernel module.Marcel Moolenaar
2006-10-16In sun4v, use the sparc64 version. We haven't used the serial port onJohn Birrell
2006-03-30o Add scc(4) to the build.Marcel Moolenaar
2006-02-24Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) andMarcel Moolenaar
2004-11-20Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.cMarcel Moolenaar
2004-11-17o sparc64/isa/isa.c:Marius Strobl
2004-08-14- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl
2004-08-12- Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl
2004-07-10Build uart_dbg.c for remote GDB support.Marcel Moolenaar
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-03-20Add uart_subr.cMarcel Moolenaar
2003-09-17Only build the ebus driver on sparc64. It includes a header directlyMarcel Moolenaar
2003-09-15Sort: build uart_bus_pccard.c before uart_bus_pci.c.Marcel Moolenaar
2003-09-14Add uart pccard bus attachment,based on sio_pccard.c .Takanori Watanabe
2003-09-07Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c andMarcel Moolenaar
2003-09-07add i8251Warner Losh
2003-09-06Hook-up the uart(4) driver to the build. For a detailed descriptionMarcel Moolenaar