summaryrefslogtreecommitdiff
path: root/sys/dev/rc
AgeCommit message (Expand)Author
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
2000-10-25Catch up to the new software interrupt code.John Baldwin
2000-10-25- Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-10-08Made this file compile again after move of stuff from <machine.ipl.h>Bruce Evans
2000-05-28Mass update of isa drivers using compatability shims to usePeter Wemm
2000-05-01Add $FreeBSD$Peter Wemm
2000-01-29Remove #if NFOO > 0 (it's not required in most cases) and also where itPeter Wemm
1999-09-28Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-09-25This patch clears the way for removing a number of tty relatedPoul-Henning Kamp
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-06-04Fixed null setting of `rc_started'. This was fixed for theBruce Evans
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-05-08Add brackets around && within || to quieten egcs. I've checked the codePeter Wemm
1999-05-06Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm
1999-04-28s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum
1999-04-27Suser() simplification:Poul-Henning Kamp
1999-01-30Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-09-28fix handling more than one cardsAndrey A. Chernov
1998-08-23Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans
1998-08-11Register tty software interrupt handlers at run time using register_swi()Bruce Evans
1998-08-10Fixed null setting of multiple wakeup prevention variable.Bruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-02-13Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp
1998-01-24Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund
1997-12-06Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans
1997-09-14Update select -> poll in drivers.Peter Wemm
1997-07-20Removed unused #includes.Bruce Evans
1997-07-01Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans
1997-03-24Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans
1997-03-23Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans
1996-10-23Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina
1996-09-06Remove devconf, it never grew up to be of any use.Poul-Henning Kamp
1996-06-18Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans
1996-06-12Clean up -Wunused warnings.Gary Palmer
1996-03-28Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier
1996-03-09Convert a timeout loop from 100 iterations of 15uS to 50Rodney W. Grimes
1995-12-28Add more disc_optim calls to track line disc changesAndrey A. Chernov
1995-12-10Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans
1995-12-10Removed new alias d_size_t for d_psize_t.Bruce Evans
1995-12-10Staticize and cleanup.Poul-Henning Kamp
1995-12-08Julian forgot to make the *devsw structures static.Poul-Henning Kamp
1995-12-08Pass 3 of the great devsw changesJulian Elischer
1995-12-06Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans
1995-11-29If you're going to mechanically replicate something in 50 filesJulian Elischer
1995-11-29OK, that's it..Julian Elischer
1995-11-28the second set of changes in a move towards getting devices to beJulian Elischer