summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Add DA_Q_NO_PREVENT quirk for Kingston DataTraveler G3 1.00 USB flash.mav2013-02-221-0/+4
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-2/+5
* Format CDB output as 2 digit hex correcting the lengthsmh2013-01-311-1/+1
* Sanitize the element descriptor string before using it as a device name.jh2013-01-241-2/+10
* Do not pretend to have autosense data when no such data is available.kan2013-01-191-10/+9
* - Add missig xpt_schedule() call for cases when requested immediate CCBmav2013-01-111-5/+8
* Do not schedule periph for payload/TUR requests if reprobe is in progressmav2013-01-111-10/+15
* Changed scsi_da device requests to use the sysctl tunable value for retry_countsmh2013-01-101-3/+3
* Updates delete_method sysctl changes to always maintain disk d_flagssmh2013-01-101-12/+32
* Removes essentially unused variables from scsi_da probe setupssmh2013-01-101-6/+2
* Make SES driver to not fall out on some errors in Additional Status page.mav2012-12-201-3/+2
* Fix bug in r242720, that caused additional status page to not be used ifmav2012-12-191-5/+2
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-085-15/+305
* Use information about suported diagnostic pages to avoid reading optionalmav2012-11-071-2/+7
* Fix locking problem in disk_resize(); previously it would run withouttrasz2012-10-291-4/+4
* Remove priority enforcement from xpt_ation(). It is not good and even notmav2012-10-271-3/+8
* Remove several uses of numeric priorities from immediate CCB setups.mav2012-10-271-1/+1
* Remove one more numeric priority constant.mav2012-10-271-1/+1
* Remove two more 'periph == NULL' checks missed in r241404.mav2012-10-232-10/+0
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Add support for samsung HM250JIeadler2012-10-161-0/+9
* Add support for the USB DISK Pro PMAP.eadler2012-10-151-0/+9
* XPT_DEV_MATCH is probably the only xpt_action() method that is calledmav2012-10-131-3/+7
* Get SIM lock in several places while calling CAM functions.mav2012-10-121-5/+13
* Protect xpt_getattr() calls with the SIM lock and assert that.mav2012-10-122-10/+12
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-111-16/+7
* There are SCSI conditions that are not an errors. In those cases cderror()mav2012-10-101-10/+9
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-107-34/+0
* Fix a panic when trying to play invalid audio tracks.tijl2012-09-191-0/+1
* s/ is is / is /geadler2012-09-141-1/+1
* Remove some more NetBSD compat shims and other unused bits from thesejhb2012-09-104-205/+77
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.jhb2012-09-064-706/+27
* 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
OpenPOWER on IntegriCloud