summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Adds the ability to enable / disable sorting of BIO requests queued withinsmh2013-03-294-9/+55
* Unbreak compilation after r248868.marius2013-03-291-2/+2
* Make pre-shutdown flush and spindown routines to not use xpt_polled_action(),mav2013-03-292-42/+21
* Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list ofmav2013-03-293-4/+43
* On SIM destruction free associated CCBs, preallocated inside xpt_get_ccb().mav2013-03-271-0/+6
* Remove two bzero()s that are erasing only few more bytes then set later.mav2013-03-251-2/+6
* Commit the removal of a whitespace to record the proper commit messagekib2013-03-191-1/+1
* Support unmapped i/o for the md(4).kib2013-03-196-15/+39
* Do not remap usermode pages into KVA for physio.kib2013-03-191-1/+1
* Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO andkib2013-03-191-0/+4
* Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableken2013-03-041-0/+6
* 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
OpenPOWER on IntegriCloud