aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt.h
Commit message (Expand)AuthorAgeFilesLines
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Use the more descriptive src_ccb and dst_ccb for the two ccbs being merged.Warner Losh2020-06-201-2/+2
* Eliminate xpt_copy_path.Warner Losh2020-03-101-2/+0
* Create xpt_sim_poll and refactor a bit using it.Warner Losh2018-08-131-0/+1
* Define xpt_path_inq.Warner Losh2017-12-061-0/+16
* Make cam_periph_runccb be safe to call when we can only do polling.Warner Losh2017-12-061-0/+2
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+2
* Move inclusion of opt_printf.h around so that we can compile all theWarner Losh2017-02-251-10/+0
* Fix libcam build. It was broken with r312827.Jung-uk Kim2017-01-271-0/+2
* Refactor xpt_print_path, xpt_print, and xpt_path_string. ImplementScott Long2017-01-261-0/+14
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-031-0/+4
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-1/+0
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-0/+12
* Add debug trace points for freeze/release device queue.Alexander Motin2013-09-011-0/+4
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin2012-06-071-22/+0
* Fixes for sure bus reference miscounting and potential device andMatt Jacob2011-08-121-1/+3
* Lay groundwork in CAM for recording and reporting physical path andJustin T. Gibbs2011-06-141-0/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-261-0/+1
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-0/+5
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+46
* Add a helper function for registering async callbacks. BesidesScott Long2007-05-161-0/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-0/+6
* Add an xpt_rescan function and a thread that will fieldMatt Jacob2007-02-231-0/+1
* Add an xpt_print function to reduce most of the xpt_print_path/printfMatt Jacob2006-12-051-0/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+75