summaryrefslogtreecommitdiff
path: root/sys/dev/ahb
AgeCommit message (Expand)Author
2017-02-16Remove the ahb driver for the EISA Adaptec 174x.Warner Losh
2017-01-05In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-03-22Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-06-11Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-10-15Add locking to the ahb(4) driver and mark it MPSAFE.John Baldwin
2012-03-12Remove a stale comment.Scott Long
2012-03-12Final pass at having devices use their bus parent for dma tags. TheScott Long
2007-06-17Fix a compile error from the last change.Scott Long
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-04-01Handle errors from bus_setup_intr().Alexander Leidinger
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-10-31The first of 3 major steps to move the CAM layer forward to usingMatt Jacob
2006-05-31Fix missing update to reflect change in scsi_inquiry data structure.Matt Jacob
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2003-07-30Make this at least compile on 64 bit platforms. Its been breakingAndrew Gallatin
2003-07-01Mega busdma API commit.Scott Long
2003-06-14Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson
2003-05-27Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long
2003-04-10I deserve a big pointy hat for having missed all those referencesMaxime Henrion
2003-03-29Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd
2003-02-02Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein
2002-05-24Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm
2001-03-01Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray
2000-10-29Add the use of M_ZERO to some malloc calls.David Malone
2000-10-27Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-06-14Fix typo (accessable --> accessible).Alexander Langer
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-01-29Remove #include "eisa.h" and #if NEISA > 0Peter Wemm
2000-01-17Use rman_get_bustag and rman_get_bushandle to initialize bus tag andYoshihiro Takahashi
2000-01-14Pre 4.0 tidy up.Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-16Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs
1999-08-01Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd
1999-05-08Move the declaration of the interrupt type from the driver structureDoug Rabson
1999-05-06Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry
1999-04-23ahb.c:Justin T. Gibbs
1999-04-18Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm
1999-04-11Staticize.Eivind Eklund
1999-03-05Poll for bus reset completion instead of assuming that our interruptJustin T. Gibbs