summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Make some improvements to r253322 to really rescan target, not a bus.mav2013-07-153-11/+18
* Fix an argument reversal in calls to scsi_read_element_status().ken2013-07-151-2/+2
* When printing opcode description, map T_NODEVICE to Direct Access Device tomav2013-07-131-0/+4
* Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00mav2013-07-133-33/+48
* Const-ify the new da_delete_functions.scottl2013-07-121-5/+2
* Fix a problem with READ ELEMENT STATUS that occurs on someken2013-07-121-8/+66
* Refactor the various delete methods out of dastart(). Cleans up a bunchscottl2013-07-121-231/+262
* Added 4K QUIRK for OCZ Vertex 4 SSDssmh2013-07-092-0/+16
* Make it little bit more C++ friendly. This explicit casting fixes somejkim2013-07-041-1/+1
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.smh2013-07-031-1/+1
* Fix NULL-deference kernel panic on attempt of destroying non-existingmav2013-07-031-8/+3
* Introduce accessors for the ccb status word. Convert one (of many more)scottl2013-06-292-13/+26
* Fix some UTF-8 chars slipped into r252204 via copy/paste.mav2013-06-261-8/+8
* Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes.mav2013-06-251-0/+186
* Corrected ATA Passthrough defines from decimal to hexsmh2013-06-201-4/+4
* Fix an unfortunate typo with the compat shimsscottl2013-06-191-3/+3
* Add infrastructure for doing compatibility shims, as has been sorelyscottl2013-06-175-1/+168
* Restore use of polling mode for disk cache flush in case of kernel panic.mav2013-06-152-4/+19
* Revert r251649:mav2013-06-132-6/+0
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-124-12/+108
* Acquire periph reference when handling d_getattr() method call.mav2013-06-122-0/+6
* 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
OpenPOWER on IntegriCloud