summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_cpu_sparc64.c
Commit message (Expand)AuthorAgeFilesLines
* 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