summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsgibbs1999-05-261-27/+21
* Turn the 'dump eeprom' flag into a real option.gibbs1999-05-252-4/+8
* All cards using aic789X chips use the new eeprom format.gibbs1999-05-251-1/+4
* Don't reference our SCB until we have validated that the firmware hasgibbs1999-05-231-2/+3
* aic7xxx.c:gibbs1999-05-223-18/+10
* Correct a bug where the chip could be unpaused in the middle of a busgibbs1999-05-181-23/+35
* Correct the comment for the last commit.gibbs1999-05-171-1/+1
* Update copyright. Correct some whitespace.gibbs1999-05-172-5/+5
* Add a masking scheme to allow for detection of unknown cards using agibbs1999-05-171-95/+131
* Fix whitespace. Correct a comment.gibbs1999-05-171-15/+18
* Use a lookup table for device matching instead of a switch on a 64bitgibbs1999-05-141-268/+449
* Take the subvendor and subdevice ids into account during device probe.gibbs1999-05-141-92/+230
* Better workaround for aic7890 chip bug. Use the HS_MAILBOX register togibbs1999-05-144-16/+55
* Move the declaration of the interrupt type from the driver structuredfr1999-05-083-7/+5
* 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
* ahc_pci.c:gibbs1999-04-231-114/+149
* ahb.c:gibbs1999-04-231-23/+15
* 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
OpenPOWER on IntegriCloud