summaryrefslogtreecommitdiffstats
path: root/sys/dev/rc/rc.c
Commit message (Expand)AuthorAgeFilesLines
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-72/+6
* Define the tty methods as typedefs.phk2004-06-301-3/+2
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-7/+6
* Use generic support for BREAK and modem control ioctlsphk2004-06-251-87/+48
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Centralize the line discipline optimization determination in a functionphk2004-06-041-21/+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-5/+5
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-5/+2
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-4/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Make TTYHOG tunable.das2003-03-051-0/+2
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* Move an optimization check so that it breaks out of the correct loop.jhb2003-02-261-4/+3
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Use critical_enter/exit instead of disable/enable_intr to make thisjhb2002-11-081-18/+18
* Cast si_drv2 to intptr_t instead of int to quiet warnings.jhb2002-10-251-1/+1
* - New-bussify the rc(4) device driver.jhb2002-10-231-472/+605
* Be consistent about funtions being static.phk2002-10-161-2/+4
* Off-by-128 error in the cuam* device node numbers.rwatson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: userwatson2002-05-201-0/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-2/+2
* Remove __P.alfred2002-03-201-14/+14
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-4/+4
* KSE Milestone 2julian2001-09-121-9/+9
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-2/+0
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* Catch up to the new swi API.jhb2001-02-091-7/+6
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Catch up to the new software interrupt code.jhb2000-10-251-3/+4
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-5/+8
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Made this file compile again after move of stuff from <machine.ipl.h>bde2000-10-081-1/+2
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+7
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-291-3/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-28/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-20/+12
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-17/+0
* Fixed null setting of `rc_started'. This was fixed for thebde1999-06-041-7/+2
OpenPOWER on IntegriCloud