aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/wd7000.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused includes.Bruce Evans1998-06-211-2/+0
* Removed unused #includes.Bruce Evans1997-07-201-7/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-1/+0
* Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>Bruce Evans1997-03-231-0/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-20/+0
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-1/+0
* More missing int32 -> int32_t...David Greenman1996-03-101-4/+4
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-10/+5
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-0/+2
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-1/+2
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-1/+0
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-14/+14
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-191-4/+3
* Remove hard coded assumption that SCSI busses have 7 targets.Justin T. Gibbs1995-08-231-1/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-32/+32
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-9/+12
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+1
* Split byte packing functions into signed and unsigned versions.Peter Dufault1995-01-311-9/+9
* Add support for Olof Johansson's WD7000 driver.Jordan K. Hubbard1995-01-231-0/+745