aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahb
Commit message (Expand)AuthorAgeFilesLines
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-5/+5
* Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin2014-06-111-1/+0
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-59/+14
* Add locking to the ahb(4) driver and mark it MPSAFE.John Baldwin2012-10-152-105/+93
* Remove a stale comment.Scott Long2012-03-121-1/+0
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-2/+2
* Fix a compile error from the last change.Scott Long2007-06-171-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-172-5/+7
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* Handle errors from bus_setup_intr().Alexander Leidinger2007-04-011-2/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-33/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-5/+55
* Fix missing update to reflect change in scsi_inquiry data structure.Matt Jacob2006-05-311-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+2
* Make this at least compile on 64 bit platforms. Its been breakingAndrew Gallatin2003-07-301-1/+2
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-18/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-101-2/+2
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-17/+26
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-0/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-291-2/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Remove #include "eisa.h" and #if NEISA > 0Peter Wemm2000-01-291-4/+0
* Use rman_get_bustag and rman_get_bushandle to initialize bus tag andYoshihiro Takahashi2000-01-171-5/+5
* Pre 4.0 tidy up.Peter Wemm2000-01-141-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* 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