aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_tty.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* In uart_cnprobe(), fill in the cn_name field of the consdev structure.Marcel Moolenaar2005-05-081-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Remove asserts which are not correct if the port is a tty.Poul-Henning Kamp2004-10-121-7/+1
* Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp2004-10-121-170/+52
* Use tty->t_sc to find out softc.Poul-Henning Kamp2004-09-181-8/+6
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Define the tty methods as typedefs.Poul-Henning Kamp2004-06-301-2/+1
* Use generic support for BREAK and modem control ioctls.Poul-Henning Kamp2004-06-251-65/+27
* Use the new serial port definitions for modemsignals.Poul-Henning Kamp2004-06-241-29/+29
* save a few redundant lines by moving the retry loop further backwards.Poul-Henning Kamp2004-06-231-7/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-8/+8
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-5/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-4/+0
* Use standard style for cdevsw initializtionPoul-Henning Kamp2004-02-141-9/+9
* Test the return value of UART_PARAM(). Invalid line parameters did notMarcel Moolenaar2004-02-141-1/+2
* Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, asMarcel Moolenaar2003-09-281-1/+0
* Catch up with the console interface change: the use of makedev() hasMarcel Moolenaar2003-09-261-3/+2
* Add support for using uart(4) for pulse capturing for the Pulse PerMarcel Moolenaar2003-09-111-2/+9
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+569