summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahb/ahb.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+1
* MFC r274819:smh2014-12-211-5/+5
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-59/+14
* Add locking to the ahb(4) driver and mark it MPSAFE.jhb2012-10-151-102/+90
* Remove a stale comment.scottl2012-03-121-1/+0
* Final pass at having devices use their bus parent for dma tags. Thescottl2012-03-121-2/+2
* Fix a compile error from the last change.scottl2007-06-171-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-5/+6
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* Handle errors from bus_setup_intr().netchild2007-04-011-2/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+2
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-33/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-5/+55
* Fix missing update to reflect change in scsi_inquiry data structure.mjacob2006-05-311-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+2
* Make this at least compile on 64 bit platforms. Its been breakinggallatin2003-07-301-1/+2
* Mega busdma API commit.scottl2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-18/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-17/+26
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-0/+1
* 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
* 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-281-1/+1
* 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-151-0/+1344
OpenPOWER on IntegriCloud