summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_sparc64.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC: r200926Marius Strobl2010-01-131-1/+2
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-7/+12
* - Add support for using LOM (Lights Out Management) and RSC (Remote SystemMarius Strobl2006-02-041-10/+26
* - Change the code that determines whether to use a serial console andMarius Strobl2005-08-151-21/+21
* Recognize the SAB82532 in USIII machines.Marius Strobl2005-08-071-1/+1
* Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/Marius Strobl2005-06-041-20/+23
* In uart_cpu_getdev_console() when determinig whether we should useMarius Strobl2005-03-121-4/+6
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportMarius Strobl2005-02-121-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* - Don't blindly use the return value of uart_cpu_channel() to calculateMarius Strobl2004-11-281-7/+33
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl2004-11-171-6/+0
* o sparc64/isa/isa.c:Marius Strobl2004-11-171-40/+0
* Fix a style(9) bug (variable definitions inside a nested scope) a patchMarius Strobl2004-08-151-4/+2
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-141-0/+46
* To quote submitter:Marcel Moolenaar2004-04-041-8/+24
* Allow the selection of a debug port with hw.uart.dbgport. UnlikeMarcel Moolenaar2004-04-021-46/+84
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar2004-03-201-1/+4
* Allow uart to attach to keyboards that are not the firmware's notion ofJake Burkholder2003-11-111-13/+34
* Set the baud rate to 1200 if the device is a keyboard.Jake Burkholder2003-09-281-1/+4
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-8/+9
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-7/+1
* When determining the device class to use for the serial console, checkThomas Moestl2003-09-121-2/+5
* Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar2003-09-071-7/+14
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+156