summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_tty.c
Commit message (Expand)AuthorAgeFilesLines
* 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