summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Disable some apparently stray debug printfs:peter1999-08-231-1/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Add support for issuing immediate notify event ccbs for bus resets, bdrgibbs1999-08-161-133/+427
* Don't reference our SCB until we have validated that the firmware hasgibbs1999-05-231-2/+3
* aic7xxx.c:gibbs1999-05-221-14/+5
* Correct a bug where the chip could be unpaused in the middle of a busgibbs1999-05-181-23/+35
* Update copyright. Correct some whitespace.gibbs1999-05-171-3/+3
* Better workaround for aic7890 chip bug. Use the HS_MAILBOX register togibbs1999-05-141-11/+26
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-2/+12
* Fix from Justin for transfer negotiations for targets up to target ID 7.ken1999-04-261-39/+43
* 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