summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.sbruno2016-06-291-0/+1
* Revert svn r302253 at the request/review of Ken M. This commit issbruno2016-06-281-1/+0
* Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length.sbruno2016-06-281-0/+1
* Fix memory leaks in (a|)daregister introduced in r298002cem2016-06-071-0/+1
* Strip leading spaces off of a SCSI disk's serial numberasomers2016-05-271-6/+15
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-194-62/+2253
* opt_kdtrace.h is not needed for SDT probes as of r258541.markj2016-05-151-2/+0
* Allow sleepable allocations in enclosure daemon threads.mav2016-05-102-33/+15
* Add "camcontrol reprobe" subcommand, and implement it for da(4).trasz2016-05-101-2/+7
* cam/scsi: Remove mostly unused scsi_quirk_table_size.pfg2016-05-061-3/+1
* sys/cam/scsi: unsigned some loop indexes.pfg2016-05-061-1/+1
* sys/cam/scsi: unsigned some loop indexes.pfg2016-05-061-8/+9
* sys/cam: spelling fixes in comments.pfg2016-04-297-13/+13
* Small typos.pfg2016-04-281-2/+2
* sys: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* Yet more redundant parenthesis from r298431.pfg2016-04-211-3/+2
* sys: use our nitems() macro when param.h is available.pfg2016-04-216-39/+28
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-5/+2
* Add the ability to read a SAS device's Target Port NAA designatorasomers2016-04-182-0/+14
* tag_action is not used at all in ata. It's set to 1 for orderedimp2016-04-171-1/+1
* Expand CAM_IO_STATS #ifdef to logical unit.imp2016-04-151-4/+2
* Use the new TUNABLE_INT64 to match the type of sbintime_t.imp2016-04-151-1/+1
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameimp2016-04-141-83/+224
* Use scsi_cdb_sbuf() inside of scsi_command_string now that the temporaryscottl2016-04-131-9/+6
* Add scsi_cdb_sbuf() for handling CDB strings. Reimplement scsi_cdb_string()scottl2016-04-132-8/+26
* Add couple new constants from SPC5r08.mav2016-04-091-0/+2
* chdone(): Prevent returning uninitialized scalar value.pfg2016-04-071-7/+5
* chdone(): Prevent returning uninitialized scalar value.pfg2016-04-031-0/+1
* Small typo.pfg2016-04-021-1/+1
* CAM: Generalize 4k quirk to all Samsung MZ7* SSDsdumbbell2016-03-291-18/+5
* Add 4k enabled cam quirks for Samsung SM863 Series SSDssbruno2016-03-241-0/+8
* Remove a stray else. It isn't needed (due to the return at the end ofimp2016-02-181-1/+2
* Fix the SCSI Extended INQUIRY probe case when an error is returnedken2016-02-081-1/+1
* Clean up unused-but-set-variable spotted by gcc-4.9.araujo2016-02-012-7/+0
* Convert sys/cam to use make_dev_s().kib2016-01-076-86/+117
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-033-55/+1588
* Add API to obtain primary enclosure name and ID for /dev/sesX devices.mav2015-11-213-3/+58
* Extend mask of VMware virtual disks.mav2015-11-051-1/+1
* Add partial support for QUERY TMF to CAM and isp(4).mav2015-10-231-0/+6
* Make delete method set via kern.cam.da.X.delete_method persistent.mav2015-10-111-37/+35
* Remove legacy CHS geometry from dmesg and unify capacity outputs.mav2015-10-112-11/+8
* Make pass, sg and targ drivers respect HBA's maxio.mav2015-09-303-3/+26
* Add CD/DVD Capabilities and Mechanical Status Page.mav2015-09-291-0/+31
* Add to CTL initial support for CDROMs and removable devices.mav2015-09-271-1/+98
* Add new report types to REPORT LUNS command.mav2015-09-241-0/+3
* Update WRITE ATOMIC(16) support to sbc4r8 draft.mav2015-09-241-1/+13
* Add support for READ BUFFER(16) command.mav2015-09-241-0/+11
* Add support for Control extension mode page.mav2015-09-221-0/+13
* Update list of opcodes to 5/26/15.mav2015-09-181-8/+13
* Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15.mav2015-09-181-1/+166
OpenPOWER on IntegriCloud