aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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