aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix tinderbox LINT build.Xin LI2016-04-181-1/+0
* Do the intmax_t dance for debug so CAM_NETFLIX_IOSCHED builds onWarner Losh2016-04-171-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-173-5/+7
* tag_action is not used at all in ata. It's set to 1 for orderedWarner Losh2016-04-174-14/+7
* Dell has an OEM drive from Samsung that has issues. NCQ Trim isn'tWarner Losh2016-04-171-0/+9
* Expand CAM_IO_STATS #ifdef to logical unit.Warner Losh2016-04-152-8/+4
* Put function only used by CAM_NETFLIX_IOSCHED under that ifdef.Warner Losh2016-04-151-0/+4
* Out of an abundance of caution treatWarner Losh2016-04-151-3/+11
* Add FCCT M500 to the NCQ black list. Linux added it in 4.2 (AugustWarner Losh2016-04-151-5/+13
* Use the new TUNABLE_INT64 to match the type of sbintime_t.Warner Losh2016-04-151-1/+1
* Fix typos (intenral -> internal) in commentsEnji Cooper2016-04-151-1/+1
* Add a comment about why the timeout for flush was lowered to 5s.Warner Losh2016-04-141-0/+5
* Add in missing files from r298002.Warner Losh2016-04-142-0/+1663
* Add a devctl/devd notification conduit for CAM errors that happen at theScott Long2016-04-141-2/+100
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameWarner Losh2016-04-145-168/+597
* Add sbuf variants ata_cmd_sbuf() and ata_res_sbuf(), and reimplement theScott Long2016-04-133-25/+47
* Use scsi_cdb_sbuf() inside of scsi_command_string now that the temporaryScott Long2016-04-131-9/+6
* Add scsi_cdb_sbuf() for handling CDB strings. Reimplement scsi_cdb_string()Scott Long2016-04-132-8/+26
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Add couple new constants from SPC5r08.Alexander Motin2016-04-091-0/+2
* chdone(): Prevent returning uninitialized scalar value.Pedro F. Giffuni2016-04-071-7/+5
* chdone(): Prevent returning uninitialized scalar value.Pedro F. Giffuni2016-04-031-0/+1
* Small typo.Pedro F. Giffuni2016-04-021-1/+1
* CAM: Generalize 4k quirk to all Samsung MZ7* SSDsJean-Sébastien Pédron2016-03-292-36/+10
* Add 4k enabled cam quirks for Samsung SM863 Series SSDsSean Bruno2016-03-242-0/+16
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-0/+7
* Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.Warner Losh2016-03-103-4/+8
* Set bhsdi_target_transfer_tag to reserved value, which is 0xffffffff.Alexander Motin2016-03-041-0/+1
* Remove a stray else. It isn't needed (due to the return at the end ofWarner Losh2016-02-181-1/+2
* Remove stray semicolons from the iSCSI code.Edward Tomasz Napierala2016-02-101-2/+2
* Fix the SCSI Extended INQUIRY probe case when an error is returnedKenneth D. Merry2016-02-081-1/+1
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingRavi Pokala2016-02-041-17/+43
* Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2016-02-012-7/+0
* Hide "soconnect() error" messages under bootverbose.Alexander Motin2016-01-221-1/+1
* Convert sys/cam to use make_dev_s().Konstantin Belousov2016-01-077-89/+129
* Fix style issues around existing SDT probes.Mark Johnston2015-12-161-20/+20
* Set DS flag, required for LPB log page by spec.Alexander Motin2015-12-151-0/+2
* The ccb_xflags enumeration was removed from FreeBSD/head inKenneth D. Merry2015-12-071-3/+3
* Improve cam tracing a little by including the function code in theWarner Losh2015-12-071-2/+8
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-037-64/+1625