summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aha1542.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed pessimized (short) i/o port types.bde1996-10-081-2/+2
* Removed more devconf leftovers.bde1996-09-101-2/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-28/+1
* Replace the annoying calls to Debugger() by panic()'s in thejoerg1996-07-201-3/+7
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+4
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-28/+35
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-5/+5
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-89/+89
* Add the attempted DMA address to the 'DMA beyond end of ISA' message so thatpeter1995-12-291-2/+3
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-12/+28
* 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-4/+6
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-30/+31
* Support the 1542CP by recognizing the new ID. Try to make futuredufault1995-10-011-32/+58
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-5/+4
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+12
* Remove trailing whitespace.rgrimes1995-05-301-23/+23
* Add scsi target support.dufault1995-04-141-65/+330
* Add a class field to devconf and mst drivers.wollman1995-04-121-4/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Split byte packing functions into signed and unsigned versions.dufault1995-01-311-16/+16
* Print out exactly what we think the board is, and for the latestdufault1995-01-191-26/+35
* Added residual length for 1542C onlydufault1995-01-081-8/+61
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-4/+8
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+19
* Cosmetics. Silence gcc -Wall. Much more to do here :-(phk1994-10-101-7/+5
* Fixed up a couple of comments.dg1994-09-211-4/+4
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-2/+1
* Ran ft.c through ident.paul1994-08-231-7/+7
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-9/+5
* Reviewed by:ats1994-08-191-3/+3
* Added {} around two initializers for spare[2] in some structs. This calmsphk1994-08-181-3/+3
* Reviewed by:ats1994-08-141-2/+5
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-8/+12
* Added a missing unit argument in a printf.ats1994-05-141-2/+2
* >From BETA_1_1 branch:rgrimes1994-05-031-16/+39
* Tell the user that we didn't try to set the bus speed, in case they'rewollman1994-04-211-2/+2
* Bounce buffers. From John Dyson with help from me.dg1994-03-231-1/+2
* Delete some references to sleep() that somehow crept in.wollman1994-03-201-2/+2
* Added the missing bzero after the malloc in aha1542.c that seems toats1994-03-011-1/+2
* More sane AHA_RESET_TIMEOUT, from some testing byrgrimes1994-01-221-2/+2
* >From: julian@TFS.COM (Julian Elischer)rgrimes1994-01-221-2/+2
* I have a new adaptec 1542CF board bought, that has the board id of 0x45.ats1994-01-091-2/+4
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-11/+6
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-10/+20
* New version of scsi code from Julianrgrimes1993-11-181-1034/+895
* Fixed comments that start within a comment, so code compiles cleanly withwollman1993-11-171-2/+1
OpenPOWER on IntegriCloud