summaryrefslogtreecommitdiffstats
path: root/sys/dev/rc
Commit message (Expand)AuthorAgeFilesLines
* 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-232-481/+610
* 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
* Add $FreeBSD$peter2000-05-011-0/+2
* 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
* Simplify cdevsw registration.phk1999-05-311-16/+4
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Add brackets around && within || to quieten egcs. I've checked the codepeter1999-05-081-6/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+5
* fix handling more than one cardsache1998-09-281-2/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-7/+8
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-12/+7
* Fixed null setting of multiple wakeup prevention variable.bde1998-08-101-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+2
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-6/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Update select -> poll in drivers.peter1997-09-141-1/+1
* Removed unused #includes.bde1997-07-201-4/+0
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+1
OpenPOWER on IntegriCloud