aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam.h
Commit message (Expand)AuthorAgeFilesLines
* cam: Make cam.h self-contained for userlandWarner Losh2023-12-011-0/+1
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-061-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* cam: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-251-12/+12
* cam: Add CAM_NVME_STATUS_ERROR error codeWarner Losh2023-07-211-1/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cam: Include stdbool.h for userlandWarner Losh2023-04-161-0/+3
* Fix non-printable characters in NVMe model and serial numbers.Kenneth D. Merry2022-02-091-0/+2
* cam: Run all XPT_ASYNC ccbs in a dedicated threadWarner Losh2021-03-121-2/+3
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Remove redundantly repetitive static __inline forward functionWarner Losh2020-03-111-3/+1
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Opt files are included with single quotes.Warner Losh2017-07-101-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* sys/cam: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-091-0/+12
* Retry indefinitely on SCSI BUSY status from VMware disks and CDs.Alexander Motin2015-02-021-1/+2
* Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernelNathan Whitehorn2013-12-141-6/+2
* Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encodeNathan Whitehorn2013-10-291-0/+6
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-63/+182
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-182/+63
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-63/+182
* MFprojects/camlock r249505:Alexander Motin2013-08-051-0/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,Alexander Motin2013-04-141-2/+1
* Adds the ability to enable / disable sorting of BIO requests queued withinSteven Hartland2013-03-291-0/+3
* Remove priority enforcement from xpt_ation(). It is not good and even notAlexander Motin2012-10-271-0/+1
* One more major cam_periph_error() rewrite to improve error handling andAlexander Motin2012-06-091-0/+9
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-301-0/+7
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-6/+19
* MFp4:Alexander Motin2009-11-031-0/+6
* MFp4:Alexander Motin2009-10-311-0/+1
* Replace most of priority numbers with defines. No logical changes.Alexander Motin2009-10-231-0/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+1
* Add a new cam_status CAM_SCSI_IT_NEXUS_LOST. This will be used by future pat...Sean Bruno2008-09-181-0/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalMike Smith2002-01-091-0/+4
* comment typo: subsytem -> subsystemMurray Stokely2001-03-311-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-3/+55
* Various typo's.Nick Hibma2000-03-151-2/+2
* Add a CAM_SENT_STATUS for use in target mode. JHK approved.Matt Jacob2000-01-171-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* Get rid of some trailing commas in enumerated types that cause gcc toKenneth D. Merry1999-11-171-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-071-1/+12
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+165