summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_cpu_sparc64.c
Commit message (Expand)AuthorAgeFilesLines
* Use strchr() and strrchr().ed2012-01-021-1/+1
* Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.marius2011-05-151-1/+2
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andmarius2010-04-101-0/+11
* Recognize the NS16552 found in PCIe-based sun4u machines.marius2009-12-231-1/+2
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-021-7/+12
* - Add support for using LOM (Lights Out Management) and RSC (Remote Systemmarius2006-02-041-10/+26
* - Change the code that determines whether to use a serial console andmarius2005-08-151-21/+21
* Recognize the SAB82532 in USIII machines.marius2005-08-071-1/+1
* Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/marius2005-06-041-20/+23
* In uart_cpu_getdev_console() when determinig whether we should usemarius2005-03-121-4/+6
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportmarius2005-02-121-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* - Don't blindly use the return value of uart_cpu_channel() to calculatemarius2004-11-281-7/+33
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longermarius2004-11-171-6/+0
* o sparc64/isa/isa.c:marius2004-11-171-40/+0
* Fix a style(9) bug (variable definitions inside a nested scope) a patchmarius2004-08-151-4/+2
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cmarius2004-08-141-0/+46
* To quote submitter:marcel2004-04-041-8/+24
* Allow the selection of a debug port with hw.uart.dbgport. Unlikemarcel2004-04-021-46/+84
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesmarcel2004-03-201-1/+4
* Allow uart to attach to keyboards that are not the firmware's notion ofjake2003-11-111-13/+34
* Set the baud rate to 1200 if the device is a keyboard.jake2003-09-281-1/+4
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-261-8/+9
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-231-7/+1
* When determining the device class to use for the serial console, checktmm2003-09-121-2/+5
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-071-7/+14
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-061-0/+156
OpenPOWER on IntegriCloud