summaryrefslogtreecommitdiff
path: root/sys/dev/aha
AgeCommit message (Expand)Author
2018-10-22Remove aha(4) from the tree.Warner Losh
2018-01-29Tag the current round of deprecated drivers.Warner Losh
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-19Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin
2017-02-17Remove ahb references as well as 1640 info in aha.4Warner Losh
2017-02-17Remove residuals of mca supportWarner Losh
2017-02-15Remove Micro Channel Architecture support. Of the commonly availableWarner 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
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
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
2014-01-19Free the dma memory from the dma map before destroying the dma map.Warner Losh
2013-10-22Fix memory and references leak due to unfreed path.Alexander Motin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-10-16Fix aha(4) build with i386 LINT (which includes 'device mca').Sergey Kandaurov
2012-10-16Fix build of aha(4).Gleb Smirnoff
2012-10-15Add locking to the aha(4) driver and mark it MPSAFE.John Baldwin
2008-10-07Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag()Warner Losh
2008-08-10Minor typo fix, caught while skimming through the file.Giorgos Keramidas
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-02-23 o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
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-09Remove unused structures.Kevin Lo
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-03-24Add explicit dependency on cam. This is necessary when both aha.ko andWarner Losh
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-01-19Simplify aha resource management, and fix a few bugs in unwindingWarner Losh
2005-01-11Use the standard FreeBSD licenseWarner Losh
2005-01-11nitsWarner Losh
2005-01-11Final attempt to make aha 1542A working. If not, oh well, I don'tWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-12Various whitespace nits.Warner Losh
2004-11-12Don't use aha after calling aha_free.Warner Losh
2004-09-15#include <isa/isavar.h> instead of <i386/isa/isa_dma.h>Poul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2003-11-13Save the device so we can do a device_printf.Warner Losh
2003-11-12Minor diff reduction with p4Warner Losh
2003-11-10Move 'guessing' code from the probe into the identify routine where it moreWarner Losh
2003-11-09Tweak the front end driver file listWarner Losh
2003-11-09Add my copyright to aha_isa.c to make it crystal clear its licenseWarner Losh
2003-11-09Let bus space manage softc.Warner Losh
2003-11-09Minor tweaks to make it behave better:Warner Losh