aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aha
Commit message (Expand)AuthorAgeFilesLines
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-162-7/+7
* The 1542 cards do not allow adapter commands to be queued while mailboxJustin T. Gibbs1999-05-252-34/+90
* Put a small delay in before sending the inquire_setup command. TheWarner Losh1999-05-141-4/+6
* Add another kludge to the card identification probe. It appears thatWarner Losh1999-05-111-4/+7
* Use haveseen_ioport() which is now connected up to the resource manager.Peter Wemm1999-05-081-2/+2
* ahatimeout is static..Peter Wemm1999-05-061-2/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-2/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-5/+2
* Staticize.Eivind Eklund1999-04-111-4/+4
* Better logging when the Geometry register probe fails.Warner Losh1999-03-021-3/+3
* o enable plug and play support for the aha driver. Given the cumbersomeWarner Losh1999-01-203-22/+134
* Invalid is spelled with the v *BEFORE* the a.Warner Losh1998-12-221-2/+2
* Don't calculate the residual twice.Justin T. Gibbs1998-12-221-7/+9
* o Convert length of hccb to integer from the array. Eivind EklundWarner Losh1998-12-151-3/+8
* Pull in fixes similar to those recently committed to the bt driver:Justin T. Gibbs1998-12-131-4/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-11/+11
* o Patch, slightly altered, from Graham Menhennitt for older aha 1542BWarner Losh1998-11-251-6/+15
* Noop Commit - Change was in last revision.Justin T. Gibbs1998-11-101-1/+1
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-101-25/+11
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-102-199/+294
* -Wunused cleanup.Justin T. Gibbs1998-10-151-5/+2
* Reduce the number of ccbs to 16, per the aha documentation. MoveWarner Losh1998-10-151-3/+3
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-121-28/+4
* Fix conficts in probe:Warner Losh1998-10-101-1/+28
* Hook up ahapoll so that dumps, synchronize cache commands or any otherJustin T. Gibbs1998-10-091-1/+2
* GC unused stuff.Warner Losh1998-10-022-50/+12
* Misc cleanup and probe rework:Warner Losh1998-10-012-50/+38
* Perform a hard reset on cards when the command fails. This should helpWarner Losh1998-09-301-2/+2
* Several minor cleanups, inspired by bug reports and the old driver:Warner Losh1998-09-291-10/+67
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hBruce Evans1998-09-241-3/+1
* Use %p with (void *) casts to print pointers with printf.Justin T. Gibbs1998-09-171-6/+6
* Fix printf format bugs.Justin T. Gibbs1998-09-161-7/+10
* Adaptec 154X SCSI-Host Adapter driver for CAM.Justin T. Gibbs1998-09-153-0/+2455