summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* Since the CTL version in FreeBSD does not support High Availability,trasz2013-04-041-1/+1
* Remove xpt_sim_opened(), the only consumer of which was atapicam, which ismav2013-04-042-34/+0
* Use xpt_lock_buses() instead of equivalent mtx_lock(&xsoftc.xpt_topo_lock)mav2013-04-041-32/+32
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-4/+0
* Fix locking problem in ctl_maintenance_in() - one cannot use M_WAITOK or calltrasz2013-04-031-10/+9
* Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuckmav2013-04-032-0/+3
* Fix sending virtual scatter/gather lists from the CTL CAM frontendken2013-04-021-1/+5
* Don't directly dereference userland pointer; instead use kernel pointertrasz2013-04-021-4/+4
* Fix comment formatting.trasz2013-04-021-4/+4
* Remove unused code.trasz2013-04-021-30/+0
* Make it possible to build CTL as a module.trasz2013-04-025-30/+133
* Fix panic in the error path caused by recursive acquisition of XPT topologytrasz2013-04-021-1/+1
* Added ATA Pass-Through support to CAMsmh2013-04-022-1/+76
* 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
OpenPOWER on IntegriCloud