summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* sys/cam: spelling fixes in comments.pfg2016-04-2915-26/+26
* sys/cam: spelling fixes.pfg2016-04-291-1/+1
* Small typos.pfg2016-04-281-2/+2
* cam: unsign some types to match their definitions and avoid overflows.pfg2016-04-272-10/+10
* sys: extend use of the howmany() macro when available.pfg2016-04-262-8/+5
* Yet more redundant parenthesis from r298431.pfg2016-04-211-3/+2
* sys: use our nitems() macro when param.h is available.pfg2016-04-217-40/+29
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-213-14/+5
* Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-sbruno2016-04-191-0/+1
* Add the ability to read a SAS device's Target Port NAA designatorasomers2016-04-182-0/+14
* Fix tinderbox LINT build.delphij2016-04-181-1/+0
* Do the intmax_t dance for debug so CAM_NETFLIX_IOSCHED builds onimp2016-04-171-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMimp2016-04-173-5/+7
* tag_action is not used at all in ata. It's set to 1 for orderedimp2016-04-174-14/+7
* Dell has an OEM drive from Samsung that has issues. NCQ Trim isn'timp2016-04-171-0/+9
* Expand CAM_IO_STATS #ifdef to logical unit.imp2016-04-152-8/+4
* Put function only used by CAM_NETFLIX_IOSCHED under that ifdef.imp2016-04-151-0/+4
* Out of an abundance of caution treatimp2016-04-151-3/+11
* Add FCCT M500 to the NCQ black list. Linux added it in 4.2 (Augustimp2016-04-151-5/+13
* Use the new TUNABLE_INT64 to match the type of sbintime_t.imp2016-04-151-1/+1
* Fix typos (intenral -> internal) in commentsngie2016-04-151-1/+1
* Add a comment about why the timeout for flush was lowered to 5s.imp2016-04-141-0/+5
* Add in missing files from r298002.imp2016-04-142-0/+1663
* Add a devctl/devd notification conduit for CAM errors that happen at thescottl2016-04-141-2/+100
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameimp2016-04-145-168/+597
* Add sbuf variants ata_cmd_sbuf() and ata_res_sbuf(), and reimplement thescottl2016-04-133-25/+47
* 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
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* 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-292-36/+10
* Add 4k enabled cam quirks for Samsung SM863 Series SSDssbruno2016-03-242-0/+16
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theimp2016-03-151-0/+7
* Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.imp2016-03-103-4/+8
* Set bhsdi_target_transfer_tag to reserved value, which is 0xffffffff.mav2016-03-041-0/+1
* Remove a stray else. It isn't needed (due to the return at the end ofimp2016-02-181-1/+2
* Remove stray semicolons from the iSCSI code.trasz2016-02-101-2/+2
* Fix the SCSI Extended INQUIRY probe case when an error is returnedken2016-02-081-1/+1
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingrpokala2016-02-041-17/+43
* Clean up unused-but-set-variable spotted by gcc-4.9.araujo2016-02-012-7/+0
* Hide "soconnect() error" messages under bootverbose.mav2016-01-221-1/+1
* Convert sys/cam to use make_dev_s().kib2016-01-077-89/+129
* Fix style issues around existing SDT probes.markj2015-12-161-20/+20
* Set DS flag, required for LPB log page by spec.mav2015-12-151-0/+2
* The ccb_xflags enumeration was removed from FreeBSD/head inken2015-12-071-3/+3
* Improve cam tracing a little by including the function code in theimp2015-12-071-2/+8
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-037-64/+1625
OpenPOWER on IntegriCloud