aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rc
Commit message (Expand)AuthorAgeFilesLines
* Make TTYHOG tunable.David Schultz2003-03-051-0/+2
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+10
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* Move an optimization check so that it breaks out of the correct loop.John Baldwin2003-02-261-4/+3
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Use critical_enter/exit instead of disable/enable_intr to make thisJohn Baldwin2002-11-081-18/+18
* Cast si_drv2 to intptr_t instead of int to quiet warnings.John Baldwin2002-10-251-1/+1
* - New-bussify the rc(4) device driver.John Baldwin2002-10-232-481/+610
* Be consistent about funtions being static.Poul-Henning Kamp2002-10-161-2/+4
* Off-by-128 error in the cuam* device node numbers.Robert Watson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: useRobert Watson2002-05-201-0/+6
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+2
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-2/+2
* Remove __P.Alfred Perlstein2002-03-201-14/+14
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-4/+4
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-2/+0
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* Catch up to the new swi API.John Baldwin2001-02-091-7/+6
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Catch up to the new software interrupt code.John Baldwin2000-10-251-3/+4
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-5/+8
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Made this file compile again after move of stuff from <machine.ipl.h>Bruce Evans2000-10-081-1/+2
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-2/+7
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* Remove #if NFOO > 0 (it's not required in most cases) and also where itPeter Wemm2000-01-291-3/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-28/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-20/+12
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-17/+0
* Fixed null setting of `rc_started'. This was fixed for theBruce Evans1999-06-041-7/+2
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-16/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+20
* Add brackets around && within || to quieten egcs. I've checked the codePeter Wemm1999-05-081-6/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-2/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-1/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-1/+5
* fix handling more than one cardsAndrey A. Chernov1998-09-281-2/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-7/+8
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-111-12/+7
* Fixed null setting of multiple wakeup prevention variable.Bruce Evans1998-08-101-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+2
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-6/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2