aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aha
Commit message (Expand)AuthorAgeFilesLines
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Remove ahb references as well as 1640 info in aha.4Warner Losh2017-02-172-4/+0
* Remove residuals of mca supportWarner Losh2017-02-172-8/+3
* Remove Micro Channel Architecture support. Of the commonly availableWarner Losh2017-02-151-231/+0
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-051-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-4/+4
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* 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-2/+0
* Free the dma memory from the dma map before destroying the dma map.Warner Losh2014-01-191-1/+1
* Fix memory and references leak due to unfreed path.Alexander Motin2013-10-221-1/+3
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-61/+17
* Fix aha(4) build with i386 LINT (which includes 'device mca').Sergey Kandaurov2012-10-161-1/+2
* Fix build of aha(4).Gleb Smirnoff2012-10-163-15/+16
* Add locking to the aha(4) driver and mark it MPSAFE.John Baldwin2012-10-154-111/+86
* Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag()Warner Losh2008-10-072-2/+2
* Minor typo fix, caught while skimming through the file.Giorgos Keramidas2008-08-101-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-2/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-113-2/+4
* Remove unused structures.Kevin Lo2006-11-091-25/+0
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-56/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-4/+72
* Add explicit dependency on cam. This is necessary when both aha.ko andWarner Losh2006-03-242-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Simplify aha resource management, and fix a few bugs in unwindingWarner Losh2005-01-193-74/+51
* Use the standard FreeBSD licenseWarner Losh2005-01-111-6/+6
* nitsWarner Losh2005-01-111-2/+3
* Final attempt to make aha 1542A working. If not, oh well, I don'tWarner Losh2005-01-112-7/+16
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Various whitespace nits.Warner Losh2004-11-121-21/+27
* Don't use aha after calling aha_free.Warner Losh2004-11-121-4/+4
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>Poul-Henning Kamp2004-09-151-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-8/+5
* Save the device so we can do a device_printf.Warner Losh2003-11-133-76/+69
* Minor diff reduction with p4Warner Losh2003-11-121-1/+1
* Move 'guessing' code from the probe into the identify routine where it moreWarner Losh2003-11-102-160/+106
* Tweak the front end driver file listWarner Losh2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseWarner Losh2003-11-091-1/+25
* Let bus space manage softc.Warner Losh2003-11-094-56/+23
* Minor tweaks to make it behave better:Warner Losh2003-11-091-8/+18
* Minor comment smithingWarner Losh2003-11-091-4/+4
* Make this driver a little more style(9) compliantWarner Losh2003-11-094-206/+176
* Use __FBSDID().David E. O'Brien2003-08-243-6/+9
* Mega busdma API commit.Scott Long2003-07-013-0/+18