summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_tty.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r294362, r294414, r294753marius2016-01-271-7/+30
* MFC r286469, r286591, r286595, r286596, r286613:ian2015-08-231-0/+10
* MFC r259685:imp2013-12-231-0/+4
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* In uart_tty_outwakeup(), check CTS/RTS flow control settings andmarcel2011-01-241-5/+10
* Remove unneeded includes of <sys/termios.h>.ed2009-11-281-1/+0
* Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYmarcel2009-10-021-26/+29
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Minor style(9) compliance change.kan2008-12-271-1/+2
* Fix detaching of uart(4) devices.ed2008-10-231-0/+13
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-93/+72
* Properly propagate overrun conditions to the TTY layer.marcel2006-07-271-0/+2
* Convert to new console apiphk2006-05-261-11/+2
* Don't open if we're going away.marcel2006-03-301-0/+4
* MFp4:marcel2006-02-241-6/+6
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-2/+2
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* In uart_cnprobe(), fill in the cn_name field of the consdev structure.marcel2005-05-081-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Remove asserts which are not correct if the port is a tty.phk2004-10-121-7/+1
* Use generic tty code instead of (comparatively little) local copies.phk2004-10-121-170/+52
* Use tty->t_sc to find out softc.phk2004-09-181-8/+6
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Define the tty methods as typedefs.phk2004-06-301-2/+1
* Use generic support for BREAK and modem control ioctls.phk2004-06-251-65/+27
* Use the new serial port definitions for modemsignals.phk2004-06-241-29/+29
* save a few redundant lines by moving the retry loop further backwards.phk2004-06-231-7/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-8/+8
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-5/+2
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-4/+0
* Use standard style for cdevsw initializtionphk2004-02-141-9/+9
* Test the return value of UART_PARAM(). Invalid line parameters did notmarcel2004-02-141-1/+2
* Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, asmarcel2003-09-281-1/+0
* Catch up with the console interface change: the use of makedev() hasmarcel2003-09-261-3/+2
* Add support for using uart(4) for pulse capturing for the Pulse Permarcel2003-09-111-2/+9
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-061-0/+569
OpenPOWER on IntegriCloud