aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_cam.c
Commit message (Expand)AuthorAgeFilesLines
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-4/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Move the CAM passthrough code into a true module so that it doesn't have to beScott Long2008-11-031-7/+44
* Rewrite the DMA code paths from being an impenitrable maze of special casesScott Long2007-12-121-53/+38
* Provide unqiue malloc types instead of using M_DEVBUF.Scott Long2007-12-021-6/+7
* Refactor completion handlers so that they can be combined into a singleScott Long2007-12-021-76/+29
* Make a pass at style.9 complianceScott Long2007-12-021-440/+477
* Turn the CAM passthroug interface to AMR back ON. Adjust theScott Long2007-11-281-79/+67
* 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-0/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-20/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-2/+32
* Mega update to the LSI MegaRAID driver:Scott Long2005-12-141-6/+9
* Remove spl markers from AMR.Scott Long2005-11-061-9/+0
* Complete the removal of __FreeBSD_version checks from the amr driver. TheScott Long2005-08-081-1/+1
* Remove some unused variables.Scott Long2005-02-091-2/+0
* Remove the messy locking dance around xpt_done()Scott Long2005-02-091-8/+0
* Lock the AMR driver:Scott Long2005-01-161-0/+16
* Free the shared devq last since CAM expects it to be there ifDoug White2005-01-101-5/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix a number of bugs and significantly alter the command execution path toScott Long2004-12-051-3/+3
* Use __FBSDID().David E. O'Brien2003-08-241-4/+5
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-16/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* (1) Problem: PANIC when loading/unloading driverEric Moore2002-12-111-1/+1
* amr.c,Eric Moore2002-10-301-31/+156
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-181-24/+79
* Further use of M_ZERO.David Malone2000-11-181-2/+1
* Major update to the AMI MegaRAID driver.Mike Smith2000-08-301-0/+452