summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* MFC r260267 (by smh), r261042:mav2014-01-291-9/+9
* MFC r260407:mav2014-01-201-2/+3
* MFC r260541, r260547:mav2014-01-141-24/+18
* MFC r256547 (by smh):mav2014-01-091-0/+8
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-0714-466/+236
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-1/+1
* MFC r259108:mav2013-12-221-1/+5
* MFC r257345,257382,257388:nwhitehorn2013-12-101-43/+69
* MFC r256552:mav2013-10-2410-36/+16
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-251-3/+1
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-251-1/+3
* Update the CAM API for FreeBSD 10:scottl2013-09-241-3/+1
* Make SES driver adequately react on simple enclosure devices -- read Shortmav2013-09-061-0/+12
* Add camcontrol support for the SCSI sanitize commandbryanv2013-09-062-0/+59
* Fix kernel panic if cache->nelms is zero.mav2013-09-061-8/+8
* Bring legacy CAM target implementation back into API/KPI-coherent and evenmav2013-09-012-5/+11
* Fix SES_ENABLE_PASSTHROUGH kernel option, unexpectedly broken during drivermav2013-09-011-2/+4
* Fix targbh crash on XPT_IMMED_NOTIFY error during attach.mav2013-09-011-13/+10
* Bump up the default timeouts for move commands in the ch(4) driverken2013-08-291-4/+4
* If a drive returns ASC/ASCQ 0x04,0x11 "Logical unit not ready,ken2013-08-271-1/+1
* Add support to physio(9) for devices that don't want I/O split andken2013-08-241-4/+113
* Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9).trasz2013-08-211-1/+1
* Add unmapped I/O and larger I/O support to the sa(4) driver.ken2013-08-161-7/+50
* Added 4K quirks for:-smh2013-08-141-0/+24
* Improve r253721 by reporting detected lack of BIO_FLUSH support to GEOM.mav2013-08-071-0/+1
* Add NO_RC16 quirk to make da driver avoid using READ CAPACITY(16) commandmav2013-07-301-3/+11
* Fix returning incorrect bio_resid value with failed BIO_DELETE requests.mav2013-07-281-5/+12
* Synchronize device cache on close only if there were some write operations.mav2013-07-271-5/+12
* Oops, revert unwanted part of r253721.mav2013-07-271-2/+0
* Detect unsupported PREVENT ALLOW MEDIUM REMOVAL and SYNCHRONIZE CACHE(10)mav2013-07-271-0/+24
* Make some improvements to r253322 to really rescan target, not a bus.mav2013-07-151-2/+2
* 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-132-2/+6
* 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-091-0/+8
* Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.smh2013-07-031-1/+1
* Introduce accessors for the ccb status word. Convert one (of many more)scottl2013-06-291-13/+13
* 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
* Add infrastructure for doing compatibility shims, as has been sorelyscottl2013-06-171-0/+15
* Restore use of polling mode for disk cache flush in case of kernel panic.mav2013-06-151-1/+10
* Revert r251649:mav2013-06-131-3/+0
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-123-7/+66
* 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
OpenPOWER on IntegriCloud