aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aha/aha.c
Commit message (Expand)AuthorAgeFilesLines
* Remove aha(4) from the tree.Warner Losh2018-10-221-1816/+0
* Tag the current round of deprecated drivers.Warner Losh2018-01-291-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* 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-171-3/+0
* Remove residuals of mca supportWarner Losh2017-02-171-5/+1
* 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
* 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 build of aha(4).Gleb Smirnoff2012-10-161-4/+5
* Add locking to the aha(4) driver and mark it MPSAFE.John Baldwin2012-10-151-57/+48
* 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
* 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-56/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-4/+72
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use the standard FreeBSD licenseWarner Losh2005-01-111-6/+6
* Final attempt to make aha 1542A working. If not, oh well, I don'tWarner Losh2005-01-111-6/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Save the device so we can do a device_printf.Warner Losh2003-11-131-75/+66
* Move 'guessing' code from the probe into the identify routine where it moreWarner Losh2003-11-101-66/+0
* Tweak the front end driver file listWarner Losh2003-11-091-31/+26
* Let bus space manage softc.Warner Losh2003-11-091-10/+3
* Minor tweaks to make it behave better:Warner Losh2003-11-091-8/+18
* Make this driver a little more style(9) compliantWarner Losh2003-11-091-134/+104
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+10
* 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-32/+51
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-4/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Fix build on alpha. It used to case an int to a pointer in order to doPeter Wemm2002-10-091-1/+2
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-0/+1
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-041-24/+0
* Remove unnecessary includes found by phk's script a long time ago.Warner Losh2000-12-131-3/+0
* Make a few more mallocs use M_ZERO.David Malone2000-10-291-2/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Fix plug and play support:Warner Losh2000-01-241-43/+16
* MIN unused, so kill itWarner Losh1999-10-251-1/+0