summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Acquire periph reference when handling d_getattr() method call.mav2013-06-121-0/+3
* Simplify the checking of flags for cam_periph_mapmem(). This gets rid ofscottl2013-06-073-66/+29
* Added missing SCSI quirks from r241784smh2013-05-281-0/+145
* Enforce validation on the selected delete method via sysctl.smh2013-05-241-1/+2
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-184-2/+39
* Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open.mav2013-05-121-1/+1
* Fxi a bunch of typos.eadler2013-05-102-4/+4
* Tune support for removable media in da driver:mav2013-05-031-17/+13
* Enable CAM SCSI to choice ATA TRIM during autodetection and correct methodsmh2013-05-021-3/+3
* Use the existence of ATA Information VPD to determine if we should attemptsmh2013-05-022-19/+73
* Fix probe in progress check in dareprobesmh2013-05-021-1/+1
* Update probe flow so that devices with lbp can also disable disksort.smh2013-05-021-31/+34
* Correct comment typo'ssmh2013-04-281-2/+6
* Add some cam_freeze_devq()'s missed at r249466.mav2013-04-281-0/+3
* MFprojects/camlock r249542:mav2013-04-271-14/+3
* Added automatic detection of non-rotating media which disables thesmh2013-04-262-7/+106
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-261-1/+64
* Added available delete methods discovery during device probe, including thesmh2013-04-261-76/+566
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-263-21/+36
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-262-0/+118
* Removed unneeded tests in dadeletemethodset changing it to return voidsmh2013-04-261-7/+4
* Fix compilation.ken2013-04-201-8/+4
* Update chio(1) and ch(4) to support reporting element designators.ken2013-04-192-58/+242
* - Correct mispellings of the word occurrencegabor2013-04-172-2/+2
* MFprojects/camlock r248982:mav2013-04-141-4/+4
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-143-33/+34
* Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.mav2013-04-111-5/+2
* MFprojects/camlock:mav2013-04-041-11/+0
* MFprojects/camlock r248931:mav2013-04-043-7/+7
* MFprojects/camlock r248930:mav2013-04-042-32/+0
* Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuckmav2013-04-031-0/+1
* Added ATA Pass-Through support to CAMsmh2013-04-022-1/+76
* Adds the ability to enable / disable sorting of BIO requests queued withinsmh2013-03-291-5/+24
* Make pre-shutdown flush and spindown routines to not use xpt_polled_action(),mav2013-03-291-13/+6
* Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list ofmav2013-03-291-1/+1
* Support unmapped i/o for the md(4).kib2013-03-194-10/+26
* Add DA_Q_NO_PREVENT quirk for Kingston DataTraveler G3 1.00 USB flash.mav2013-02-221-0/+4
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-2/+5
* Format CDB output as 2 digit hex correcting the lengthsmh2013-01-311-1/+1
* Sanitize the element descriptor string before using it as a device name.jh2013-01-241-2/+10
* Do not pretend to have autosense data when no such data is available.kan2013-01-191-10/+9
* - Add missig xpt_schedule() call for cases when requested immediate CCBmav2013-01-111-5/+8
* Do not schedule periph for payload/TUR requests if reprobe is in progressmav2013-01-111-10/+15
* Changed scsi_da device requests to use the sysctl tunable value for retry_countsmh2013-01-101-3/+3
* Updates delete_method sysctl changes to always maintain disk d_flagssmh2013-01-101-12/+32
* Removes essentially unused variables from scsi_da probe setupssmh2013-01-101-6/+2
* Make SES driver to not fall out on some errors in Additional Status page.mav2012-12-201-3/+2
* Fix bug in r242720, that caused additional status page to not be used ifmav2012-12-191-5/+2
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-085-15/+305
* Use information about suported diagnostic pages to avoid reading optionalmav2012-11-071-2/+7
OpenPOWER on IntegriCloud