summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_pc98.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Use bus_space_compare() rather than i386_memio_compare() directly.Yoshihiro Takahashi2008-09-071-1/+1
* Add the 2nd CCU and PnP devices support on pc98.Yoshihiro Takahashi2008-08-251-9/+35
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-4/+9
* Make uart_getenv() not be ns8250 dependent. This will allow, in the future,Warner Losh2005-12-121-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* uart_i8251_ops is gone.Yoshihiro Takahashi2004-11-211-8/+2
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl2004-11-171-6/+0
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-141-0/+6
* - Initialize uart_bus_space_io and uart_bus_space_mem.Yoshihiro Takahashi2004-05-161-7/+7
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar2004-03-201-1/+8
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-2/+2
* Don't return to search another ports even if bus_space_map() fails.Yoshihiro Takahashi2003-09-231-1/+1
* Compare base address instead of bus_handle.Yoshihiro Takahashi2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-7/+1
* Use bus_space_map() to initialize a bus_handle.Yoshihiro Takahashi2003-09-231-1/+2
* Minor commentary cleanup, since I didn't understand the comments thatWarner Losh2003-09-111-4/+4
* Fix compile on pc98. Maybe this is correct.Warner Losh2003-09-111-1/+2
* Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar2003-09-071-7/+14
* Better stab at MD code for pc98. The 8251 stuff is a total lieWarner Losh2003-09-071-0/+96