summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Simplify the checking of flags for cam_periph_mapmem(). This gets rid ofscottl2013-06-074-78/+42
* Added missing SCSI quirks from r241784smh2013-05-282-45/+209
* 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-187-2/+55
* Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open.mav2013-05-121-1/+1
* Intel's 320-series and 510-series SSDs advertise 512-byte sectorseadler2013-05-111-0/+16
* Disable sending Early R_OK on SiI3726/SiI3826 port multipliers.mav2013-05-111-3/+82
* Fxi a bunch of typos.eadler2013-05-103-5/+5
* Rework r250298 in more correct way.mav2013-05-061-5/+3
* Fix byte order of ATA WWN when converting it to SCSI LUN ID.mav2013-05-061-2/+5
* 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 a few sizeof()seadler2013-05-011-1/+1
* Correct comment typo'ssmh2013-04-282-3/+7
* Add some cam_freeze_devq()'s missed at r249466.mav2013-04-281-0/+3
* MFprojects/camlock r249542:mav2013-04-272-43/+10
* MFprojects/camlock r249541:mav2013-04-271-13/+8
* Added automatic detection of non-rotating media which disables thesmh2013-04-263-8/+111
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-262-2/+70
* 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
* Updated TRIM calculations in cam/ata to be based off ATA_DSM_* definessmh2013-04-261-14/+24
* 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
* Expose CAM_BOOT_DELAY as a kernel conf item now.sbruno2013-04-201-0/+7
* Update chio(1) and ch(4) to support reporting element designators.ken2013-04-192-58/+242
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-172-2/+2
* Remove some more pieces of multilevel freeze mechanism, missed in r249466.mav2013-04-141-16/+4
* Remove owner field from struct cam_ed, unused at least since FreeBSD 7.mav2013-04-142-2/+0
* MFprojects/camlock r248982:mav2013-04-144-11/+11
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-1415-422/+171
* MFprojects/camlock r248894:mav2013-04-131-4/+2
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-125-34/+0
* Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.mav2013-04-111-5/+2
* Add a callback to the ada(4) driver so that it knows when GEOM has releasedken2013-04-101-0/+26
* Fix a memory leak that showed up when we delete LUNs. The memory used forken2013-04-081-4/+8
* Remove extra semicolons from CAM_SIM_[UN]LOCK() macros.mav2013-04-071-2/+2
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-061-1/+0
* Replicate r245306 from SCSI to ATA. The problem didn't appear so far,mav2013-04-061-0/+3
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-064-29/+73
* Make SYNCHRONIZE CACHE work with LUNs backed by device files (as opposedtrasz2013-04-061-0/+1
* MFprojects/camlock:mav2013-04-045-164/+148
* MFprojects/camlock r248931:mav2013-04-044-9/+9
* MFprojects/camlock r248930:mav2013-04-043-48/+0
* MFprojects/camlock r248928:mav2013-04-041-12/+22
OpenPOWER on IntegriCloud