aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* o Correct the offsets into the syncrate table for paritcularJustin T. Gibbs2000-03-183-96/+162
* KNR -> ANSI function definition in two places. This matches the rest ofJustin T. Gibbs2000-03-181-5/+2
* Remove a diagnostic printf.Justin T. Gibbs2000-02-161-3/+0
* Kill the "unpause_always" argument to unpause_sequencer(). The reasonsJustin T. Gibbs2000-02-094-178/+338
* Fix parity error detection logic for aic7880 and aic7895 chips duringJustin T. Gibbs2000-02-091-8/+22
* Update copyright license terms to match the reset of the aic7xxx dirver.Justin T. Gibbs2000-02-032-14/+6
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed byPeter Wemm2000-01-291-7/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* Avoid setting DPARCKEN until I can figure out why it causesJustin T. Gibbs2000-01-101-1/+1
* Turn on parity error reporting before configuring external sram. ThisJustin T. Gibbs2000-01-081-14/+21
* Really enable external SCB ram on Ultra2 capable controllers.Justin T. Gibbs2000-01-081-3/+9
* Update copyrights to Y2K.Justin T. Gibbs2000-01-076-189/+311
* Add detection logic for the U160 family of adaptec controllers. TheseJustin T. Gibbs2000-01-071-148/+314
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+4
* Correct an "argument reversal" bug that could cause commands requed fromJustin T. Gibbs1999-12-201-2/+2
* When booting verbose, indicate if we are using manual terminationJustin T. Gibbs1999-12-121-2/+8
* Simplify my license.Justin T. Gibbs1999-12-061-39/+52
* Simplify my copyright license terms.Justin T. Gibbs1999-12-0615-80/+114
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isJustin T. Gibbs1999-09-201-7/+12
* Work around a defect in the FIFOEMP status bit of Ultra2 classJustin T. Gibbs1999-09-201-2/+32
* Get rid of a stray printf on boot. (BRDCTL = ...)Kenneth D. Merry1999-09-131-1/+0
* aic7xxx.c:Justin T. Gibbs1999-08-302-11/+11
* Add support for the aic7859 which is found on the 2930CU.Justin T. Gibbs1999-08-301-11/+54
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2825-25/+25
* Disable some apparently stray debug printfs:Peter Wemm1999-08-231-1/+3
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+5
* Differentiate between aic7895C chips and their earlier brethrenJustin T. Gibbs1999-08-161-2/+6
* Add support for issuing immediate notify event ccbs for bus resets, bdrJustin T. Gibbs1999-08-162-135/+449
* Kill an unused INTSTAT type.Justin T. Gibbs1999-08-161-2/+1
* Fix a few compiler nits.Justin T. Gibbs1999-08-162-8/+14
* Fix a long standing bug in the auto-termination control settings forJustin T. Gibbs1999-08-161-8/+9
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-5/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsJustin T. Gibbs1999-05-261-27/+21
* Turn the 'dump eeprom' flag into a real option.Justin T. Gibbs1999-05-252-4/+8
* All cards using aic789X chips use the new eeprom format.Justin T. Gibbs1999-05-251-1/+4
* Don't reference our SCB until we have validated that the firmware hasJustin T. Gibbs1999-05-231-2/+3
* aic7xxx.c:Justin T. Gibbs1999-05-223-18/+10
* Correct a bug where the chip could be unpaused in the middle of a busJustin T. Gibbs1999-05-181-23/+35
* Correct the comment for the last commit.Justin T. Gibbs1999-05-171-1/+1
* Update copyright. Correct some whitespace.Justin T. Gibbs1999-05-172-5/+5
* Add a masking scheme to allow for detection of unknown cards using aJustin T. Gibbs1999-05-171-95/+131
* Fix whitespace. Correct a comment.Justin T. Gibbs1999-05-171-15/+18
* Use a lookup table for device matching instead of a switch on a 64bitJustin T. Gibbs1999-05-141-268/+449
* Take the subvendor and subdevice ids into account during device probe.Justin T. Gibbs1999-05-141-92/+230
* Better workaround for aic7890 chip bug. Use the HS_MAILBOX register toJustin T. Gibbs1999-05-144-16/+55
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-083-7/+5
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-2/+12