summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_sab82532.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r260889, r260890, r260911:imp2014-03-011-0/+33
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-3/+3
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-021-2/+3
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-181-6/+4
* Don't hold the hardware mutex across getc(). It can wait indefinitelymarcel2006-04-011-4/+12
* Add support for scc(4).marcel2006-03-301-16/+16
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.marcel2006-02-241-1/+1
* MFp4:marcel2006-02-241-5/+5
* Fix a logic bug that caused DSR to never be deasserted.marcel2005-01-301-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Include the header with the register definitions from sys/dev/ic. Theymarcel2004-11-211-1/+2
* Use the new serial port definitions for modemsignals.phk2004-06-241-13/+13
* Don't mask TCD in IMR0 when we initialize the channel. Doing so makesmarcel2004-04-251-1/+1
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-261-14/+42
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-231-2/+2
* Add locking to the hardware drivers. I intended to figure out moremarcel2003-09-171-4/+24
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-071-2/+2
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-061-0/+670
OpenPOWER on IntegriCloud