aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_sab82532.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev 1.10: Fix a logic bug that caused DSR to never be deasserted.Marcel Moolenaar2005-02-041-2/+2
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-1/+1
* Use the new serial port definitions for modemsignals.Poul-Henning Kamp2004-06-241-13/+13
* Don't mask TCD in IMR0 when we initialize the channel. Doing so makesMarcel Moolenaar2004-04-251-1/+1
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-14/+42
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-2/+2
* Add locking to the hardware drivers. I intended to figure out moreMarcel Moolenaar2003-09-171-4/+24
* Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar2003-09-071-2/+2
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+670