summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus.h
Commit message (Expand)AuthorAgeFilesLines
* Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYmarcel2009-10-021-0/+25
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-021-4/+1
* Implement the ipend() method of the serdev I/F.marcel2006-04-281-0/+1
* Eliminate the sc_hasfifo flag from the softc. It was only used bymarcel2006-04-021-1/+0
* Add support for scc(4).marcel2006-03-301-1/+4
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.marcel2006-02-241-5/+0
* MFp4:marcel2006-02-241-15/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add UART_IOCTL_BAUD to allow us to query the hardware about themarcel2004-11-141-0/+1
* Use generic tty code instead of (comparatively little) local copies.phk2004-10-121-1/+0
* Use the new serial port definitions for modemsignals.phk2004-06-241-23/+10
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-261-1/+1
* Add locking to the hardware drivers. I intended to figure out moremarcel2003-09-171-0/+2
* Add support for using uart(4) for pulse capturing for the Pulse Permarcel2003-09-111-0/+17
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-061-0/+204
OpenPOWER on IntegriCloud