aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/ultra14f.c
Commit message (Expand)AuthorAgeFilesLines
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-191-5/+4
* Remove extra arg from one call to uha_done().Bruce Evans1995-08-251-2/+2
* Remove hard coded assumption that SCSI busses have 7 targets.Justin T. Gibbs1995-08-231-2/+12
* First step of fixing the remaining sloppy common-style declarations.Bruce Evans1995-07-251-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-4/+5
* Submitted by: john@physiol.su.oz.au (John Mackin)Bruce Evans1995-05-071-28/+32
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-5/+8
* Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this toRodney W. Grimes1995-03-231-10/+19
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+5
* Submitted by: Steve GerakinesAndreas Schulz1995-01-071-8/+3
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-1/+23
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromDavid Greenman1994-09-161-2/+1
* Update declarations for timeout stuff the same as for the other SCSIBruce Evans1994-08-281-3/+4
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-4/+2
* Smash together Poul-Henning's, Garrett's and Steve Gerakines 24f changesJordan K. Hubbard1994-08-191-66/+264
* Added {} around two initializers for spare[2] in some structs. This calmsPoul-Henning Kamp1994-08-181-3/+3
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-2/+2
* Cast arguments to timeout() to quite compiler warnings. Should weRodney W. Grimes1994-05-271-3/+7
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-2/+2
* Enabled bounce buffers by default. This should be done via a probe forDavid Greenman1994-03-241-1/+2
* Delete some references to sleep() that somehow crept in.Garrett Wollman1994-03-201-2/+3
* Patch from Julian. Commit message by me.Rodney W. Grimes1994-01-291-5/+6
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-10/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-8/+12
* New version of scsi code from JulianRodney W. Grimes1993-11-181-843/+783
* Fixed comments that start within a comment, so code compiles cleanly withGarrett Wollman1993-11-171-2/+2
* Surround printf for uha_init board not responding printf with #ifdef UHADEBUG,Rodney W. Grimes1993-10-141-4/+7
* Remove erronous definitions of PHYSTOKV, correct one is in param.h now.Rodney W. Grimes1993-10-121-2/+1
* Revised drivers from Julian.Rodney W. Grimes1993-08-281-3/+3
* Some more small nits in the printf's fixed.Rodney W. Grimes1993-08-221-6/+6
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforeRodney W. Grimes1993-08-211-24/+13
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-201-177/+79
* Fixed **probing for scsi devices** message to have a controller and unitRodney W. Grimes1993-08-061-2/+7
* Syncing our sources back with Julian's, and removing PATCHKIT headers.Nate Williams1993-07-291-7/+9
* Very small patch from Julian Elischer to make the ultra14f.c driver workRodney W. Grimes1993-07-221-1/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+1308