aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update select -> poll in drivers.Peter Wemm1997-09-141-1/+1
* Removed unused #includes.Bruce Evans1997-07-201-4/+0
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-1/+0
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+1
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina1996-10-231-0/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-30/+0
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-1/+0
* Clean up -Wunused warnings.Gary Palmer1996-06-121-8/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-5/+5
* Convert a timeout loop from 100 iterations of 15uS to 50Rodney W. Grimes1996-03-091-2/+2
* Add more disc_optim calls to track line disc changesAndrey A. Chernov1995-12-281-0/+3
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-101-1/+1
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-1/+1
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-6/+8
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-33/+43
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-1/+0
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-14/+23
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-0/+33
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-1/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-6/+6
* Allow any speed from 0..76800Andrey A. Chernov1995-08-022-28/+8
* Improve input flow control.Bruce Evans1995-07-311-16/+4
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFBruce Evans1995-07-291-6/+4
* Always wake up writers after clearing TS_BUSY. This will soon beBruce Evans1995-07-291-1/+2
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-221-2/+2
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-221-7/+1
* Next version, many bugs fixedAndrey A. Chernov1995-06-142-364/+485
* RISCom/8 driverAndrey A. Chernov1995-05-122-0/+1485