summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
...
* Complete conversion to bus dma. This driver now works on the alpha.gibbs1999-04-234-435/+703
* Preserve termination settings across the card reset in our shutdown hook.gibbs1999-04-191-4/+36
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-92/+99
* Correct an invalid (and unused) #define in 93cx6.cgibbs1999-04-073-8/+8
* Add support for the 3950U2B controller.gibbs1999-03-231-1/+16
* Use TCL_CHANNEL/SCSI_ID/etc. macros in more locations.gibbs1999-03-234-41/+55
* Clean up and order register definitions.gibbs1999-03-081-78/+66
* 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-054-277/+668
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-051-4/+6
* Add untested code to support the aha2930U2W.gibbs1999-03-051-16/+25
* Set the ultra enable bits in the adaptor's scratch ram area only aftergibbs1999-02-111-20/+19
* Ensure that the ACK from the last information transfer phase has beengibbs1999-02-111-2/+16
* Correct a race condition where a target mode SCB dma could occurgibbs1999-02-111-7/+8
* "fix" long standing aicasm build glitch. The problem was thepeter1999-01-172-4/+4
* Add two missing break statements.gibbs1999-01-151-1/+3
* Add support for routing initiator transactions to disabled luns to thegibbs1999-01-144-263/+452
* Fix a few problems with handling rejected transfer negotiation messages.gibbs1998-12-173-91/+72
* Pull in new ccb_hdr list types.gibbs1998-12-152-2/+4
* Perform a save data pointers operation if a data transfer was performedgibbs1998-12-154-62/+277
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-3/+3
* Revamp the way that exceptional message handling is performed so that itgibbs1998-12-106-664/+1118
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* 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-234-83/+99
* -Wunused cleanup.gibbs1998-10-151-18/+26
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-152-48/+89
* Pass termination information via softc flags to the core driver. Thegibbs1998-10-091-13/+19
* When 'using defaults' ensure that termination is enabled.gibbs1998-10-091-5/+4
* ahc_pci.c:gibbs1998-10-071-5/+13
* Add a missing newline.gibbs1998-10-071-1/+2
* Correct twin channel operation.gibbs1998-09-211-1/+5
* 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
* Move to new name, convert to CAM, add support for new chips, andgibbs1998-09-151-0/+1202
* Move to new name and convert to CAM.gibbs1998-09-151-0/+459
* Massive overhaul of the aic7xxx driver:gibbs1998-09-1521-1113/+8428
* Some revisions of the aic7880 have a problem where, if thegibbs1998-06-281-2/+10
* Add support to aicasm for "downloaded constants". These are immediategibbs1997-09-2713-62/+211
* Make the aic7xxx sequencer assembler compile in the kernel's objectgibbs1997-09-0316-2763/+50
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-132-2/+26
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-2721-140/+235
* The following scenario would result in a bogus residual being reportedgibbs1997-04-242-3/+8
* Revert some changes to the selection and reselection code that were thoughtgibbs1997-04-181-41/+19
* Re-arange the selection and reselection code to hopefully kill thegibbs1997-04-142-16/+31
* aic7xxx.seq:gibbs1997-04-104-13/+16
* Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for workgibbs1997-04-051-5/+5
* Add missing Id that was lost when the sequencer file format changed.gibbs1997-04-041-0/+2
OpenPOWER on IntegriCloud