summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_cpu_ia64.c
Commit message (Expand)AuthorAgeFilesLines
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-021-5/+9
* Make uart_getenv() not be ns8250 dependent. This will allow, in the future,imp2005-12-121-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Don't obtain the HCDP address directly from the bootinfo structure.marcel2004-12-081-3/+5
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longermarius2004-11-171-6/+0
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cmarius2004-08-141-0/+6
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesmarcel2004-03-201-46/+8
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-261-6/+7
* Don't return to search another ports even if bus_space_map() fails.nyan2003-09-231-2/+2
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-231-11/+5
* Use bus_space_map() to initialize a bus_handle.nyan2003-09-231-4/+7
* 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/+139
OpenPOWER on IntegriCloud