summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isgibbs1999-09-201-7/+12
* Work around a defect in the FIFOEMP status bit of Ultra2 classgibbs1999-09-201-2/+32
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-131-1/+0
* aic7xxx.c:gibbs1999-08-302-11/+11
* Add support for the aic7859 which is found on the 2930CU.gibbs1999-08-301-11/+54
* $Id$ -> $FreeBSD$peter1999-08-2825-25/+25
* 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
* Differentiate between aic7895C chips and their earlier brethrengibbs1999-08-161-2/+6
* Add support for issuing immediate notify event ccbs for bus resets, bdrgibbs1999-08-162-135/+449
* Kill an unused INTSTAT type.gibbs1999-08-161-2/+1
* Fix a few compiler nits.gibbs1999-08-162-8/+14
* Fix a long standing bug in the auto-termination control settings forgibbs1999-08-161-8/+9
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-5/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* 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
OpenPOWER on IntegriCloud