aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add unmapped I/O and larger I/O support to the sa(4) driver.Kenneth D. Merry2013-08-161-7/+50
* Turn comments about locking into actual lock assertions.Edward Tomasz Napierala2013-08-151-28/+35
* Added 4K quirks for:-Steven Hartland2013-08-142-0/+48
* Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU.Alexander Motin2013-08-073-41/+5
* Improve r253721 by reporting detected lack of BIO_FLUSH support to GEOM.Alexander Motin2013-08-071-0/+1
* Remove dead code.Edward Tomasz Napierala2013-08-062-44/+0
* MFprojects/camlock r249006:Alexander Motin2013-08-051-16/+13
* MFprojects/camlock r249505:Alexander Motin2013-08-055-44/+71
* Add NO_RC16 quirk to make da driver avoid using READ CAPACITY(16) commandAlexander Motin2013-07-301-3/+11
* Fix returning incorrect bio_resid value with failed BIO_DELETE requests.Alexander Motin2013-07-282-26/+35
* Synchronize device cache on close only if there were some write operations.Alexander Motin2013-07-272-10/+24
* Oops, revert unwanted part of r253721.Alexander Motin2013-07-271-2/+0
* Detect unsupported PREVENT ALLOW MEDIUM REMOVAL and SYNCHRONIZE CACHE(10)Alexander Motin2013-07-271-0/+24
* CAM and mps(4) driver scanning changes.Kenneth D. Merry2013-07-222-9/+15
* Make some improvements to r253322 to really rescan target, not a bus.Alexander Motin2013-07-153-11/+18
* Fix an argument reversal in calls to scsi_read_element_status().Kenneth D. Merry2013-07-151-2/+2
* When printing opcode description, map T_NODEVICE to Direct Access Device toAlexander Motin2013-07-131-0/+4
* Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00Alexander Motin2013-07-133-33/+48
* Const-ify the new da_delete_functions.Scott Long2013-07-121-5/+2
* Fix a problem with READ ELEMENT STATUS that occurs on someKenneth D. Merry2013-07-121-8/+66
* Refactor the various delete methods out of dastart(). Cleans up a bunchScott Long2013-07-121-231/+262
* Added 4K QUIRK for OCZ Vertex 4 SSDsSteven Hartland2013-07-092-0/+16
* Make it little bit more C++ friendly. This explicit casting fixes someJung-uk Kim2013-07-041-1/+1
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.Steven Hartland2013-07-031-1/+1
* Fix NULL-deference kernel panic on attempt of destroying non-existingAlexander Motin2013-07-031-8/+3
* Introduce accessors for the ccb status word. Convert one (of many more)Scott Long2013-06-292-13/+26
* Fix some UTF-8 chars slipped into r252204 via copy/paste.Alexander Motin2013-06-261-8/+8
* Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes.Alexander Motin2013-06-251-0/+186
* Corrected ATA Passthrough defines from decimal to hexSteven Hartland2013-06-201-4/+4
* Fix an unfortunate typo with the compat shimsScott Long2013-06-191-3/+3
* Add infrastructure for doing compatibility shims, as has been sorelyScott Long2013-06-175-1/+168
* Restore use of polling mode for disk cache flush in case of kernel panic.Alexander Motin2013-06-152-4/+19
* Revert r251649:Alexander Motin2013-06-132-6/+0
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.Alexander Motin2013-06-124-12/+108
* Acquire periph reference when handling d_getattr() method call.Alexander Motin2013-06-122-0/+6
* Simplify the checking of flags for cam_periph_mapmem(). This gets rid ofScott Long2013-06-074-78/+42
* Added missing SCSI quirks from r241784Steven Hartland2013-05-282-45/+209
* Enforce validation on the selected delete method via sysctl.Steven Hartland2013-05-241-1/+2
* Added output of device QUIRKS for CAM and AHCI devices during boot.Steven Hartland2013-05-187-2/+55
* Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open.Alexander Motin2013-05-121-1/+1
* Intel's 320-series and 510-series SSDs advertise 512-byte sectorsEitan Adler2013-05-111-0/+16
* Disable sending Early R_OK on SiI3726/SiI3826 port multipliers.Alexander Motin2013-05-111-3/+82
* Fxi a bunch of typos.Eitan Adler2013-05-103-5/+5
* Rework r250298 in more correct way.Alexander Motin2013-05-061-5/+3
* Fix byte order of ATA WWN when converting it to SCSI LUN ID.Alexander Motin2013-05-061-2/+5
* Tune support for removable media in da driver:Alexander Motin2013-05-031-17/+13
* Enable CAM SCSI to choice ATA TRIM during autodetection and correct methodSteven Hartland2013-05-021-3/+3
* Use the existence of ATA Information VPD to determine if we should attemptSteven Hartland2013-05-022-19/+73
* Fix probe in progress check in dareprobeSteven Hartland2013-05-021-1/+1
* Update probe flow so that devices with lbp can also disable disksort.Steven Hartland2013-05-021-31/+34