aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-093-5/+5
* Move protocol specific stuff into a linker set object that'sWarner Losh2016-07-285-50/+217
* Switch to linker sets to find the xport callback object. ThisWarner Losh2016-07-285-52/+80
* Remove some extraneous printfs.Warner Losh2016-07-251-5/+0
* Remove some bogus comments and printfs. Also, we can'tWarner Losh2016-07-211-7/+5
* Fix mismerge and add NVME xport support to devstat (or rather, excludeWarner Losh2016-07-211-1/+2
* Fix mismerge and include the nvme support.Warner Losh2016-07-211-2/+24
* Restore PIM_ATA_EXT flag handling, lost at r300207.Alexander Motin2016-07-171-0/+2
* Tidy up loose ends from Netflix I/O sched rename to dynamic I/O sched.Warner Losh2016-07-071-14/+18
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.Sean Bruno2016-06-291-0/+1
* Revert svn r302253 at the request/review of Ken M. This commit isSean Bruno2016-06-281-1/+0
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.Sean Bruno2016-06-281-0/+1
* Rename CAM_NETFLIX_IOSCHED to CAM_IOSCHED_DYNAMIC to better reflectWarner Losh2016-06-231-25/+25
* Commit the bits of nda that were missed. This should fix the build.Warner Losh2016-06-102-1/+25
* New NVMe front end (nda).Warner Losh2016-06-096-0/+1969
* Add place holder for SDIO CAM stuff for CCB XPT type.Warner Losh2016-06-092-0/+4
* Add NVME IO type.Warner Losh2016-06-092-0/+4
* Improve debugging of xpt.Warner Losh2016-06-091-4/+94
* Fix memory leaks in (a|)daregister introduced in r298002Conrad Meyer2016-06-072-0/+2
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"Edward Tomasz Napierala2016-06-052-0/+6
* Strip leading spaces off of a SCSI disk's serial numberAlan Somers2016-05-271-6/+15
* Fix a few ada(4) driver issues:Kenneth D. Merry2016-05-251-7/+45
* Add mechanism for choosing iSER-capable ICL modules.Edward Tomasz Napierala2016-05-241-2/+3
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-241-0/+4
* Fix ada(4) trim support quirk setting.Kenneth D. Merry2016-05-231-5/+6
* Pass task management response information from CTL through CAM to isp(4),Alexander Motin2016-05-202-1/+34
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-197-225/+3708
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* Add icl_conn_connect() ICL method, required for iSER.Edward Tomasz Napierala2016-05-171-0/+1
* opt_kdtrace.h is not needed for SDT probes as of r258541.Mark Johnston2016-05-151-2/+0
* Allow sleepable allocations in enclosure daemon threads.Alexander Motin2016-05-102-33/+15
* Add "camcontrol reprobe" subcommand, and implement it for da(4).Edward Tomasz Napierala2016-05-103-2/+14
* Fix previous commit to report proper error code.Alexander Motin2016-05-101-6/+28
* Validate XCOPY range offsets and lengths.Alexander Motin2016-05-101-3/+11
* More XCOPY parameters validation.Alexander Motin2016-05-101-5/+55
* Improve validation of some POPULATE TOKEN parameters.Alexander Motin2016-05-101-8/+22
* cam/scsi: Remove mostly unused scsi_quirk_table_size.Pedro F. Giffuni2016-05-061-3/+1
* sys/cam/scsi: unsigned some loop indexes.Pedro F. Giffuni2016-05-061-1/+1
* sys/cam/scsi: unsigned some loop indexes.Pedro F. Giffuni2016-05-061-8/+9
* Fix a memory leak in the devctl notify code.Scott Long2016-05-031-0/+1
* sys/cam: spelling fixes in comments.Pedro F. Giffuni2016-04-2915-26/+26
* sys/cam: spelling fixes.Pedro F. Giffuni2016-04-291-1/+1
* Small typos.Pedro F. Giffuni2016-04-281-2/+2
* cam: unsign some types to match their definitions and avoid overflows.Pedro F. Giffuni2016-04-272-10/+10
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-8/+5
* Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-3/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-217-40/+29
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-213-14/+5
* Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-Sean Bruno2016-04-191-0/+1
* Add the ability to read a SAS device's Target Port NAA designatorAlan Somers2016-04-182-0/+14