aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sx
Commit message (Expand)AuthorAgeFilesLines
* Use generic tty processing code instead of local copy.Poul-Henning Kamp2004-10-082-757/+102
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-112-15/+4
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-262-3/+2
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+8
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-1/+1
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-28/+2
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-9/+9
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-8/+3
* There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp2004-06-011-2/+0
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Prefer uint16_t to ushort.Warner Losh2004-04-141-1/+1
* Update to recent driver api changes.Warner Losh2004-04-112-25/+11
* Frank Mayhar's <frank@exit.com> sx driver for older SpecialixWarner Losh2004-04-117-0/+3230