summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fix scsi_da's BIO_DELETE->SCSI_UNMAP translation to use correct localjimharris2012-08-241-3/+3
* 1. Remove SEN support. I doubt there are any working examplesmjacob2012-08-123-49/+37
* Add missing VERIFY_10 definition.mjacob2012-08-121-0/+1
* Remove opt_enc.h from files committed with r235911. enc(4) is thebz2012-07-303-6/+0
* Implement media change notification for DA and CD removable media devices.mav2012-07-292-12/+251
* Fix off by one error in ses_enc_desc_last_byte().mav2012-07-241-1/+1
* Do not call ses_softc_cleanup() in case of configuration read failure.mav2012-07-241-1/+1
* Fix some typos in r238595.mav2012-07-181-3/+3
* Add bunch of new ASC/ASCQ values from T10 site.mav2012-07-181-1/+172
* The call to disk_resize causes a panic if DIAGNOSTIC is set.mjacob2012-07-141-0/+3
* Renamed the kern.cam.da.da_send_ordered sysctl and tunable tobrueffer2012-07-111-2/+2
* Make the da(4) driver notify GEOM about LUN size change.trasz2012-07-071-0/+2
* Remove variables which are initialized but never used thereaftereadler2012-07-072-8/+2
* Add a sysctl to set the cdrom timeout. Data recovery operations fromimp2012-06-281-2/+10
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-242-15/+68
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().mav2012-06-234-55/+51
* Change 'camcontrol defects' to first probe a drive to find out how muchken2012-06-221-0/+1
* Remove unused error variables in cdclose() and daclose().mav2012-06-202-4/+2
* Check status of cam_periph_hold() inside cdclose(). If cd device wasmav2012-06-201-1/+6
* Fix several reference counting and object lifetime issues betweenken2012-06-202-14/+87
* Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.mav2012-06-182-6/+0
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-095-82/+48
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,mav2012-06-072-10/+0
* Remove declaration of scsi_interpret_sense(), removed 11 years ago.mav2012-06-061-13/+0
* Fix a memory leak in the kernel case in scsi_command_string().ken2012-06-061-0/+4
* Tune and add some more CAM_DEBUG() points for the probe sequences.mav2012-06-051-28/+29
* Do not reinvent a wheel and let default error handler do its job.mav2012-06-051-25/+4
* Tune and add some missing CAM_DEBUG() points for better consistency.mav2012-06-053-10/+30
* Add support for newer garmin deviceseadler2012-05-301-0/+4
* Plug request and references leak caused by race between invalidatedmav2012-05-291-5/+10
* Work around a race condition in devfs by changing the way closesken2012-05-275-69/+22
* Remove sleep() from invalidate call in ses driver, waiting for daemonmav2012-05-251-10/+8
* MFprojects/zfsd:mav2012-05-247-2628/+7766
* MFprojects/zfsd:mav2012-05-242-0/+83
* Add support for:eadler2012-04-291-0/+21
* Fix panic at boot with SD/MMC readers with no media present, introducedtrasz2012-04-171-1/+3
* Refactor da(4) to remove one of two code paths used to query capacitytrasz2012-04-121-184/+72
* Be more conservative in using READ CAPACITY(16) command. Previous codemav2012-03-311-3/+1
* Limit the ST3146855LW U320 drive to 55 tags to avoid command timeoutsgibbs2012-02-151-0/+8
* Insert ordered command every 1/4 of the current command timeout, not 1/4mav2012-02-021-3/+3
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-264-43/+146
* dadump: don't leak the periph lock on i/o erroravg2012-01-151-1/+1
* Add BIO_DELETE support for SCSI Direct Access devices (da).mav2012-01-133-98/+486
* Fix a race condition in CAM peripheral free handling, lockingken2012-01-122-9/+40
* Add the CAM Target Layer (CTL).ken2012-01-124-11/+102
* Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to controlmav2012-01-031-0/+10
* Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.mav2012-01-023-65/+0
* Report stripeoffset as zero not stripesize if physical block is zeromav2011-12-231-1/+2
* Addition to r228808:mav2011-12-231-0/+3
* Use READ CAPACITY(16) to get information about device physical sectors.mav2011-12-232-10/+125
OpenPOWER on IntegriCloud