summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-171-4/+6
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Allocate tty at attach time rather than open time.phk2004-09-161-49/+43
* If you insert a pccard modem and then eject it, you get a panic. Thisimp2004-07-221-1/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-38/+5
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-101-209/+76
* Define the tty methods as typedefs.phk2004-06-301-3/+2
* - Shorten the names for the TTY related swi interrupt handlers as thejhb2004-06-281-2/+2
* Guard against us having no tty pointer.phk2004-06-271-1/+2
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-6/+5
* Use generic support for modemcontrol and BREAK ioctls.phk2004-06-251-79/+64
* Remove the TIOCDCDTIMESTAMP option.phk2004-06-221-12/+0
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-211-0/+4
* Give control devices their own cdevsw{} so that we can eliminate themphk2004-06-211-51/+111
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Add an entry to the PCI ID list to support the serial interface on thewpaul2004-06-071-0/+1
* Centralize the line discipline optimization determination in a functionphk2004-06-041-24/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+2
* 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-8/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-011-1/+0
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Remove new options and my prevention of system freeze when the sio probeambrisko2004-05-031-76/+49
* Some enhancements and bug fix.ambrisko2004-04-301-49/+76
* Remove the sio EBus attachment, which never worked with an unpatchedtmm2004-04-301-114/+0
* Back out last bad commit (again!)imp2004-04-071-12/+1
* Remove advertising clause from University of California Regent'simp2004-04-073-13/+12
* Last change was a bogusimp2004-04-071-12/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-1/+12
* Back out code for auto-gdb detection that accidentally leaked into thenjl2004-03-181-17/+5
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-7/+18
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fixed a memory leak.ru2004-01-181-1/+3
* Add detach methods so we can unload the sio module.imp2003-12-273-0/+3
* The record's stuck. The record's stuck. The record's stuck.imp2003-12-261-3/+0
* Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.bde2003-12-241-2/+2
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Tweaked the siointr1() so that it works better at 921600 bps, especiallybde2003-11-171-0/+5
* Don't waste so much space for the latency debugging buffer. Its sizebde2003-11-161-10/+8
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Include pccard/pccard_cis.h here tooimp2003-10-071-1/+2
* Removed some nearly dead code in comparam(). We don't need to recoverbde2003-09-281-9/+0
* Cleaned up and fixed setting of speeds in comparam():bde2003-09-271-31/+20
OpenPOWER on IntegriCloud