summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-125-34/+0
* Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.mav2013-04-111-5/+2
* Add a callback to the ada(4) driver so that it knows when GEOM has releasedken2013-04-101-0/+26
* Fix a memory leak that showed up when we delete LUNs. The memory used forken2013-04-081-4/+8
* Remove extra semicolons from CAM_SIM_[UN]LOCK() macros.mav2013-04-071-2/+2
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-061-1/+0
* Replicate r245306 from SCSI to ATA. The problem didn't appear so far,mav2013-04-061-0/+3
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-064-29/+73
* Make SYNCHRONIZE CACHE work with LUNs backed by device files (as opposedtrasz2013-04-061-0/+1
* MFprojects/camlock:mav2013-04-045-164/+148
* MFprojects/camlock r248931:mav2013-04-044-9/+9
* MFprojects/camlock r248930:mav2013-04-043-48/+0
* MFprojects/camlock r248928:mav2013-04-041-12/+22
* 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
OpenPOWER on IntegriCloud