summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ultra14f.c
Commit message (Expand)AuthorAgeFilesLines
* Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uhaphk1998-12-271-1366/+0
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+6
* Removed unused includes.bde1998-06-211-5/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-9/+9
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Remove unused cheat static.imp1998-03-251-3/+1
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-4/+6
* Include kernel.h instead of declaring "extern int hz".bde1997-09-071-2/+2
* Removed unused #includes.bde1997-07-201-7/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+2
* Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>bde1997-03-231-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-26/+1
* "board not responding" -> "board is not responding"dima1996-05-221-5/+5
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-5/+5
* Remove some unused vars, use new hex2ascii macro.phk1996-01-151-22/+9
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-110/+106
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-11/+21
* Staticize and cleanup.phk1995-12-101-5/+5
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+3
* Make a lot of private stuff staticphk1995-11-141-21/+21
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-5/+4
* Remove extra arg from one call to uha_done().bde1995-08-251-2/+2
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+12
* First step of fixing the remaining sloppy common-style declarations.bde1995-07-251-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-4/+5
* Submitted by: john@physiol.su.oz.au (John Mackin)bde1995-05-071-28/+32
* Add a class field to devconf and mst drivers.wollman1995-04-121-5/+8
* Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this torgrimes1995-03-231-10/+19
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+5
* Submitted by: Steve Gerakinesats1995-01-071-8/+3
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+23
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-2/+1
* Update declarations for timeout stuff the same as for the other SCSIbde1994-08-281-3/+4
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-4/+2
* Smash together Poul-Henning's, Garrett's and Steve Gerakines 24f changesjkh1994-08-191-66/+264
* Added {} around two initializers for spare[2] in some structs. This calmsphk1994-08-181-3/+3
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-2/+2
* Cast arguments to timeout() to quite compiler warnings. Should wergrimes1994-05-271-3/+7
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+2
* Enabled bounce buffers by default. This should be done via a probe fordg1994-03-241-1/+2
* Delete some references to sleep() that somehow crept in.wollman1994-03-201-2/+3
* Patch from Julian. Commit message by me.rgrimes1994-01-291-5/+6
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-10/+5
OpenPOWER on IntegriCloud