summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahb
Commit message (Expand)AuthorAgeFilesLines
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-291-2/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Remove #include "eisa.h" and #if NEISA > 0peter2000-01-291-4/+0
* Use rman_get_bustag and rman_get_bushandle to initialize bus tag andnyan2000-01-171-5/+5
* Pre 4.0 tidy up.peter2000-01-141-2/+2
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-3/+3
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-6/+13
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-1/+2
* ahb.c:gibbs1999-04-231-3/+3
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-91/+97
* Staticize.eivind1999-04-111-2/+2
* Poll for bus reset completion instead of assuming that our interruptgibbs1999-03-051-2/+7
* Correct test in poll loop for determining that the mailbox is free togibbs1999-01-281-7/+2
* Fix parenthesization, but the code still looks wrong.dillon1999-01-281-2/+7
* Hook up ahapoll so that dumps, synchronize cache commands or any othergibbs1998-10-091-1/+2
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-4/+4
* Fix printf format bugs.gibbs1998-09-161-17/+18
* Adaptec 174x EISA SCSI Host Adapter driver for CAM.gibbs1998-09-152-0/+1627
OpenPOWER on IntegriCloud