summaryrefslogtreecommitdiff
path: root/sys/i386/isa/aha1742.c
Commit message (Expand)AuthorAgeFilesLines
* recording cvs-1.6 file deathPeter Wemm1995-12-301-1273/+0
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-36/+36
* 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-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-14/+14
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-4/+5
* Fix -Wformat warnings, still need to do something about %b and pointerRodney W. Grimes1995-05-091-4/+6
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-4/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+2
* Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this toRodney W. Grimes1995-03-231-3/+3
* aha1742.c:Justin T. Gibbs1995-03-231-2/+3
* Expand the EISA MAX_SLOTS from 8 to 16.Andreas Schulz1994-11-261-2/+2
* The previous revision forgot to define fatal_if_no_DDB() when there is DDB.Bruce Evans1994-11-161-2/+6
* Remove bogus declaration of Debugger(). Call Debugger() even if DDB isBruce Evans1994-11-151-10/+8
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-4/+8
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-1/+19
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromDavid Greenman1994-09-161-2/+1
* Reviewed by: Stefan Esser <se>Stefan Eßer1994-08-311-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-12/+4
* Ran ft.c through ident.Paul Richards1994-08-231-7/+7
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-10/+6
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-5/+5
* Increase the timout on aha_send_mbox from 1ms to 3ms, needed to reliablyRodney W. Grimes1994-02-171-2/+2
* Add comment to MAX_SLOTS that it may need to be 16 and to check againstRodney W. Grimes1994-01-111-3/+3
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-9/+4
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-9/+10
* New version of scsi code from JulianRodney W. Grimes1993-11-181-921/+847
* 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-10/+5
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforeRodney W. Grimes1993-08-211-20/+14
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-201-212/+104
* Added printf for cases AHB_ASN (async even notification) and AHB_HW_ERR soRodney W. Grimes1993-08-081-0/+9
* 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-11/+24
* Modified attach printf's so that the output is compatible with the "new"David Greenman1993-07-151-6/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+1420