summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* o Correct the offsets into the syncrate table for paritculargibbs2000-03-183-96/+162
* KNR -> ANSI function definition in two places. This matches the rest ofgibbs2000-03-181-5/+2
* Remove a diagnostic printf.gibbs2000-02-161-3/+0
* Kill the "unpause_always" argument to unpause_sequencer(). The reasonsgibbs2000-02-094-178/+338
* Fix parity error detection logic for aic7880 and aic7895 chips duringgibbs2000-02-091-8/+22
* Update copyright license terms to match the reset of the aic7xxx dirver.gibbs2000-02-032-14/+6
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed bypeter2000-01-291-7/+1
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* Avoid setting DPARCKEN until I can figure out why it causesgibbs2000-01-101-1/+1
* Turn on parity error reporting before configuring external sram. Thisgibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.gibbs2000-01-081-3/+9
* Update copyrights to Y2K.gibbs2000-01-076-189/+311
* Add detection logic for the U160 family of adaptec controllers. Thesegibbs2000-01-071-148/+314
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* Correct an "argument reversal" bug that could cause commands requed fromgibbs1999-12-201-2/+2
* When booting verbose, indicate if we are using manual terminationgibbs1999-12-121-2/+8
* Simplify my license.gibbs1999-12-061-39/+52
* Simplify my copyright license terms.gibbs1999-12-0615-80/+114
* 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
OpenPOWER on IntegriCloud