summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ultra14f.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-8/+12
* New version of scsi code from Julianrgrimes1993-11-181-843/+783
* Fixed comments that start within a comment, so code compiles cleanly withwollman1993-11-171-2/+2
* Surround printf for uha_init board not responding printf with #ifdef UHADEBUG,rgrimes1993-10-141-4/+7
* Remove erronous definitions of PHYSTOKV, correct one is in param.h now.rgrimes1993-10-121-2/+1
* Revised drivers from Julian.rgrimes1993-08-281-3/+3
* Some more small nits in the printf's fixed.rgrimes1993-08-221-6/+6
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforergrimes1993-08-211-24/+13
* Update scsi code to the latest from Julian. This code is now identicalrgrimes1993-08-201-177/+79
* Fixed **probing for scsi devices** message to have a controller and unitrgrimes1993-08-061-2/+7
* Syncing our sources back with Julian's, and removing PATCHKIT headers.nate1993-07-291-7/+9
* Very small patch from Julian Elischer to make the ultra14f.c driver workrgrimes1993-07-221-1/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+1308
OpenPOWER on IntegriCloud