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