summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* Complete conversion to bus dma. This driver now works on the alpha.gibbs1999-04-231-363/+593
* Preserve termination settings across the card reset in our shutdown hook.gibbs1999-04-191-4/+36
* Correct an invalid (and unused) #define in 93cx6.cgibbs1999-04-071-4/+4
* Use TCL_CHANNEL/SCSI_ID/etc. macros in more locations.gibbs1999-03-231-37/+48
* Add necessary splcam() protection around target mode setup and teardowngibbs1999-03-081-4/+19
* Keep track of negotiated transfer parameters for each initiator<->targetgibbs1999-03-051-219/+585
* Correct a race condition where a target mode SCB dma could occurgibbs1999-02-111-7/+8
* Add two missing break statements.gibbs1999-01-151-1/+3
* Add support for routing initiator transactions to disabled luns to thegibbs1999-01-141-222/+396
* Fix a few problems with handling rejected transfer negotiation messages.gibbs1998-12-171-54/+58
* Perform a save data pointers operation if a data transfer was performedgibbs1998-12-151-40/+243
* Revamp the way that exceptional message handling is performed so that itgibbs1998-12-101-536/+896
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* Change the delivery mechanism for incoming target commands. We nowgibbs1998-11-231-31/+29
* -Wunused cleanup.gibbs1998-10-151-18/+26
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-151-45/+77
* When 'using defaults' ensure that termination is enabled.gibbs1998-10-091-5/+4
* Add a missing newline.gibbs1998-10-071-1/+2
* Remove unused variables and functions.gibbs1998-09-201-74/+46
* Correct a bug in the timeout handler. When queuing a BDR response togibbs1998-09-201-134/+147
* Don't interpret SCB index 254 as a target mode completion when not ingibbs1998-09-181-2/+3
* Fix compile warnings.mjacob1998-09-161-4/+4
* Massive overhaul of the aic7xxx driver:gibbs1998-09-151-0/+4823
OpenPOWER on IntegriCloud