aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* 1. Remove SEN support. I doubt there are any working examplesMatt Jacob2012-08-123-49/+37
* Add missing VERIFY_10 definition.Matt Jacob2012-08-121-0/+1
* Remove opt_enc.h from files committed with r235911. enc(4) is theBjoern A. Zeeb2012-07-303-6/+0
* Implement media change notification for DA and CD removable media devices.Alexander Motin2012-07-292-12/+251
* Fix off by one error in ses_enc_desc_last_byte().Alexander Motin2012-07-241-1/+1
* Do not call ses_softc_cleanup() in case of configuration read failure.Alexander Motin2012-07-241-1/+1
* Fix some typos in r238595.Alexander Motin2012-07-181-3/+3
* Add bunch of new ASC/ASCQ values from T10 site.Alexander Motin2012-07-181-1/+172
* The call to disk_resize causes a panic if DIAGNOSTIC is set.Matt Jacob2012-07-141-0/+3
* Renamed the kern.cam.da.da_send_ordered sysctl and tunable toChristian Brueffer2012-07-111-2/+2
* Make the da(4) driver notify GEOM about LUN size change.Edward Tomasz Napierala2012-07-071-0/+2
* Remove variables which are initialized but never used thereafterEitan Adler2012-07-072-8/+2
* Add a sysctl to set the cdrom timeout. Data recovery operations fromWarner Losh2012-06-281-2/+10
* Fix a bug which causes a panic in daopen(). The panic is caused byKenneth D. Merry2012-06-242-15/+68
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().Alexander Motin2012-06-234-55/+51
* Change 'camcontrol defects' to first probe a drive to find out how muchKenneth D. Merry2012-06-221-0/+1
* Remove unused error variables in cdclose() and daclose().Alexander Motin2012-06-202-4/+2
* Check status of cam_periph_hold() inside cdclose(). If cd device wasAlexander Motin2012-06-201-1/+6
* Fix several reference counting and object lifetime issues betweenKenneth D. Merry2012-06-202-14/+87
* Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.Alexander Motin2012-06-182-6/+0
* One more major cam_periph_error() rewrite to improve error handling andAlexander Motin2012-06-095-82/+48
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin2012-06-072-10/+0
* Remove declaration of scsi_interpret_sense(), removed 11 years ago.Alexander Motin2012-06-061-13/+0
* Fix a memory leak in the kernel case in scsi_command_string().Kenneth D. Merry2012-06-061-0/+4
* Tune and add some more CAM_DEBUG() points for the probe sequences.Alexander Motin2012-06-051-28/+29
* Do not reinvent a wheel and let default error handler do its job.Alexander Motin2012-06-051-25/+4
* Tune and add some missing CAM_DEBUG() points for better consistency.Alexander Motin2012-06-053-10/+30
* Add support for newer garmin devicesEitan Adler2012-05-301-0/+4
* Plug request and references leak caused by race between invalidatedAlexander Motin2012-05-291-5/+10
* Work around a race condition in devfs by changing the way closesKenneth D. Merry2012-05-275-69/+22
* Remove sleep() from invalidate call in ses driver, waiting for daemonAlexander Motin2012-05-251-10/+8
* MFprojects/zfsd:Alexander Motin2012-05-247-2628/+7766
* MFprojects/zfsd:Alexander Motin2012-05-242-0/+83
* Add support for:Eitan Adler2012-04-291-0/+21
* Fix panic at boot with SD/MMC readers with no media present, introducedEdward Tomasz Napierala2012-04-171-1/+3
* Refactor da(4) to remove one of two code paths used to query capacityEdward Tomasz Napierala2012-04-121-184/+72
* Be more conservative in using READ CAPACITY(16) command. Previous codeAlexander Motin2012-03-311-3/+1
* Limit the ST3146855LW U320 drive to 55 tags to avoid command timeoutsJustin T. Gibbs2012-02-151-0/+8
* Insert ordered command every 1/4 of the current command timeout, not 1/4Alexander Motin2012-02-021-3/+3
* Add CAM infrastructure to allow reporting when a drive's long read capacityKenneth D. Merry2012-01-264-43/+146
* dadump: don't leak the periph lock on i/o errorAndriy Gapon2012-01-151-1/+1
* Add BIO_DELETE support for SCSI Direct Access devices (da).Alexander Motin2012-01-133-98/+486
* Fix a race condition in CAM peripheral free handling, lockingKenneth D. Merry2012-01-122-9/+40
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-124-11/+102
* Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to controlAlexander Motin2012-01-031-0/+10
* Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.Alexander Motin2012-01-023-65/+0
* Report stripeoffset as zero not stripesize if physical block is zeroAlexander Motin2011-12-231-1/+2
* Addition to r228808:Alexander Motin2011-12-231-0/+3
* Use READ CAPACITY(16) to get information about device physical sectors.Alexander Motin2011-12-232-10/+125
* Merge to da driver quirks hinting 4K physical sector sizes for SATA disksAlexander Motin2011-12-231-6/+238