summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fixed sense writing when passed more data then it can fit.mav2015-09-161-4/+6
* Make CAM log errors that make it wait.mav2015-09-152-3/+6
* Preserve the device queue status before retrying a sense request inmarkj2015-09-151-3/+6
* Check for obsolete NUL bin in CSCD descriptor.mav2015-09-121-0/+1
* Decode WRITE ATOMIC(16) command.mav2015-09-121-1/+2
* Attach pass driver to LUNs is OFFLINE state.mav2015-08-296-10/+16
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.ken2015-08-202-0/+45
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-092-2/+1173
* Revert r282227. It is clearly incorrect as it frees an object that is stillscottl2015-04-291-3/+0
* Fix memory leak in scsi_scan_bus()pfg2015-04-291-0/+3
* Extend DA_Q_NO_RC16 to MXUB3* devices.delphij2015-04-211-1/+1
* scsi_parse_transportid_rdma(): fix mismatch in memoty access size.pfg2015-04-201-1/+1
OpenPOWER on IntegriCloud