summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/tw.c
Commit message (Expand)AuthorAgeFilesLines
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+11
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-291-3/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+3
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-16/+1
* Simplify cdevsw registration.phk1999-05-311-17/+3
* This commit should be a extensive NO-OP:phk1999-05-301-4/+21
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-3/+6
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Random text after #endif changed to comment.eivind1999-04-111-1/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+0
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+3
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-1/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+2
* Fixed spot in twintr() where tw_control and TWC_SYNC were used insteadstark1997-10-061-1/+1
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-5/+8
* Update select -> poll in drivers.peter1997-09-141-12/+15
* Removed more abuses of timeout_func_t.bde1997-08-251-2/+2
* Removed unused #includes.bde1997-07-201-2/+0
* Submitted by: Rich Murphey (ages ago) and Gene Starkstark1997-05-311-56/+182
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-6/+7
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Updated #includes to 4.4Lite style.bde1996-09-101-11/+11
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-5/+3
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-4/+5
* Staticize and cleanup.phk1995-12-101-21/+28
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-27/+30
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-1/+1
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-13/+23
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+33
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-4/+2
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-2/+4
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-1/+0
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* I noticed that some new -W options had been turned on the kernel compile sincejkh1995-04-241-16/+22
* Extensive updates to this package.jkh1995-04-181-14/+3
* Add tw.c for the X10 driver.jkh1994-10-221-0/+990
OpenPOWER on IntegriCloud