summaryrefslogtreecommitdiffstats
path: root/sys/modules/uart
Commit message (Expand)AuthorAgeFilesLines
* Build uart_dev_lpc.c on arm only. This fixes pc98 build.nyan2013-04-221-1/+5
* Fix the uart(4) module build. Without uart_dev_lpc the module cannot be loaded.jhibbits2013-04-191-1/+1
* In the uart module build ofw_bus_if.h on arm along with sparc64 as LINTandrew2013-03-171-0/+3
* Fix 'make depend'uqs2013-03-061-0/+1
* Compensate for the replacement of uart_cpu_{amd64|i386}.c withmarcel2012-04-181-4/+11
* Disconnect sun4v architecture from the three.attilio2011-05-141-3/+1
* MFtbemd:imp2010-08-231-1/+1
* Correct the path to the MD source so r206569 actually works as intended.marius2010-05-231-1/+1
* Only compile in uart_cpu_$MACHINE.c if it exists. I'm not sure howimp2010-04-131-1/+1
* Include the QUICC backend in the kernel module.marcel2008-11-221-1/+2
* In sun4v, use the sparc64 version. We haven't used the serial port onjb2006-10-161-1/+6
* o Add scc(4) to the build.marcel2006-03-301-5/+6
* Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) andmarcel2006-02-241-0/+4
* Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.cmarcel2004-11-201-2/+2
* o sparc64/isa/isa.c:marius2004-11-171-7/+2
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cmarius2004-08-141-2/+7
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-2/+3
* Build uart_dbg.c for remote GDB support.marcel2004-07-101-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+2
* Add uart_subr.cmarcel2004-03-201-1/+1
* Only build the ebus driver on sparc64. It includes a header directlymarcel2003-09-171-1/+5
* Sort: build uart_bus_pccard.c before uart_bus_pci.c.marcel2003-09-151-2/+2
* Add uart pccard bus attachment,based on sio_pccard.c .takawata2003-09-141-4/+4
* Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c andmarcel2003-09-071-2/+1
* add i8251imp2003-09-071-0/+1
* Hook-up the uart(4) driver to the build. For a detailed descriptionmarcel2003-09-061-0/+12
OpenPOWER on IntegriCloud