summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Hide SEMB port of the SiI3826 Port Multiplier by default to avoid extramav2013-02-221-1/+3
* 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-126-34/+43
* 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 CTL work a little better with loading and unloading drivers.ken2013-01-092-88/+183
* 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 couple of CTL locking issues and clean up some duplicated code.ken2012-12-092-37/+31
* Make sure we hold the SIM lock when calling xpt_free_path().ken2012-12-081-5/+6
* Fix the CTL OOA queue dumping code so that it does not hold a mutexken2012-12-081-25/+38
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-085-15/+305
* Fix a panic during CAM EDT traversal.ken2012-12-072-14/+10
* Fix problem with the Samsung 840 PRO series SSD detection.mav2012-11-261-0/+8
* Use information about suported diagnostic pages to avoid reading optionalmav2012-11-071-2/+7
* Use M_ZERO instead of explicit memsets and bzeros.trasz2012-10-302-34/+14
* 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-273-6/+9
* Remove several uses of numeric priorities from immediate CCB setups.mav2012-10-273-6/+6
* 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 the support for using non-mpsafe filesystem modules.kib2012-10-221-18/+3
* remove duplicate semicolons where possible.eadler2012-10-222-3/+3
* Adds 4K quirks for the some SSD's which all perform better when 4Keadler2012-10-201-0/+110
* Add support for samsung HM250JIeadler2012-10-161-0/+9
* Add support for the USB DISK Pro PMAP.eadler2012-10-151-0/+9
* Add explicit check for not set time inside cam_periph_freeze_after_event().mav2012-10-141-0/+3
* Don't exclude XPT SIM from locking in xpt_create_path_unlocked().mav2012-10-131-9/+4
* Use xpt_create_path_unlocked() for initial debug path compilation becausemav2012-10-131-6/+1
* Extend SIM lock coverage during the bus registration process.mav2012-10-131-8/+7
* Fix XPT_DEBUG paths operations locking:mav2012-10-131-8/+16
* XPT_DEV_MATCH is probably the only xpt_action() method that is calledmav2012-10-132-3/+15
* 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-124-15/+19
* Use separate malloc buckets for CAM devices, CCBs and paths. This willmav2012-10-111-12/+15
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-113-39/+15
* Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.mav2012-10-111-2/+3
* There are SCSI conditions that are not an errors. In those cases cderror()mav2012-10-101-10/+9
* Really handle xpt_compile_path() error in xpt_bus_register() instead ofmav2012-10-101-2/+5
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-1010-49/+0
* ata_da: set disk::d_ident from serial numberavg2012-10-061-0/+2
* Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to makemav2012-09-281-9/+7
* Remove useless NULL checks after M_WAITOK allocations.trasz2012-09-274-147/+2
* Fix panic in CTL caused by trying to free invalid pointers passedtrasz2012-09-261-0/+5
OpenPOWER on IntegriCloud