aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/eisa/ahb.c
Commit message (Expand)AuthorAgeFilesLines
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-3/+3
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-6/+13
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-1/+2
* ahb.c:Justin T. Gibbs1999-04-231-3/+3
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-91/+97
* Staticize.Eivind Eklund1999-04-111-2/+2
* Poll for bus reset completion instead of assuming that our interruptJustin T. Gibbs1999-03-051-2/+7
* Correct test in poll loop for determining that the mailbox is free toJustin T. Gibbs1999-01-281-7/+2
* Fix parenthesization, but the code still looks wrong.Matthew Dillon1999-01-281-2/+7
* Hook up ahapoll so that dumps, synchronize cache commands or any otherJustin T. Gibbs1998-10-091-1/+2
* Use %p with (void *) casts to print pointers with printf.Justin T. Gibbs1998-09-171-4/+4
* Fix printf format bugs.Justin T. Gibbs1998-09-161-17/+18
* Adaptec 174x EISA SCSI Host Adapter driver for CAM.Justin T. Gibbs1998-09-151-0/+1344