| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct comment typo's | smh | 2013-04-28 | 1 | -2/+6 |
* | Add some cam_freeze_devq()'s missed at r249466. | mav | 2013-04-28 | 1 | -0/+3 |
* | MFprojects/camlock r249542: | mav | 2013-04-27 | 1 | -14/+3 |
* | Added automatic detection of non-rotating media which disables the | smh | 2013-04-26 | 2 | -7/+106 |
* | Teach GEOM and CAM about the difference between the max "size" of r/w and delete | smh | 2013-04-26 | 1 | -1/+64 |
* | Added available delete methods discovery during device probe, including the | smh | 2013-04-26 | 1 | -76/+566 |
* | Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_page | smh | 2013-04-26 | 3 | -21/+36 |
* | Added the ability to send ATA identify and Data Set Management (DSM) TRIM | smh | 2013-04-26 | 2 | -0/+118 |
* | Removed unneeded tests in dadeletemethodset changing it to return void | smh | 2013-04-26 | 1 | -7/+4 |
* | Fix compilation. | ken | 2013-04-20 | 1 | -8/+4 |
* | Update chio(1) and ch(4) to support reporting element designators. | ken | 2013-04-19 | 2 | -58/+242 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 2 | -2/+2 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -4/+4 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 3 | -33/+34 |
* | Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses. | mav | 2013-04-11 | 1 | -5/+2 |
* | MFprojects/camlock: | mav | 2013-04-04 | 1 | -11/+0 |
* | MFprojects/camlock r248931: | mav | 2013-04-04 | 3 | -7/+7 |
* | MFprojects/camlock r248930: | mav | 2013-04-04 | 2 | -32/+0 |
* | Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuck | mav | 2013-04-03 | 1 | -0/+1 |
* | Added ATA Pass-Through support to CAM | smh | 2013-04-02 | 2 | -1/+76 |
* | Adds the ability to enable / disable sorting of BIO requests queued within | smh | 2013-03-29 | 1 | -5/+24 |
* | Make pre-shutdown flush and spindown routines to not use xpt_polled_action(), | mav | 2013-03-29 | 1 | -13/+6 |
* | Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list of | mav | 2013-03-29 | 1 | -1/+1 |
* | Support unmapped i/o for the md(4). | kib | 2013-03-19 | 4 | -10/+26 |
* | Add DA_Q_NO_PREVENT quirk for Kingston DataTraveler G3 1.00 USB flash. | mav | 2013-02-22 | 1 | -0/+4 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 2 | -2/+5 |
* | Format CDB output as 2 digit hex correcting the length | smh | 2013-01-31 | 1 | -1/+1 |
* | Sanitize the element descriptor string before using it as a device name. | jh | 2013-01-24 | 1 | -2/+10 |
* | Do not pretend to have autosense data when no such data is available. | kan | 2013-01-19 | 1 | -10/+9 |
* | - Add missig xpt_schedule() call for cases when requested immediate CCB | mav | 2013-01-11 | 1 | -5/+8 |
* | Do not schedule periph for payload/TUR requests if reprobe is in progress | mav | 2013-01-11 | 1 | -10/+15 |
* | Changed scsi_da device requests to use the sysctl tunable value for retry_count | smh | 2013-01-10 | 1 | -3/+3 |
* | Updates delete_method sysctl changes to always maintain disk d_flags | smh | 2013-01-10 | 1 | -12/+32 |
* | Removes essentially unused variables from scsi_da probe setups | smh | 2013-01-10 | 1 | -6/+2 |
* | Make SES driver to not fall out on some errors in Additional Status page. | mav | 2012-12-20 | 1 | -3/+2 |
* | Fix bug in r242720, that caused additional status page to not be used if | mav | 2012-12-19 | 1 | -5/+2 |
* | Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4) | ken | 2012-12-08 | 5 | -15/+305 |
* | Use information about suported diagnostic pages to avoid reading optional | mav | 2012-11-07 | 1 | -2/+7 |
* | Fix locking problem in disk_resize(); previously it would run without | trasz | 2012-10-29 | 1 | -4/+4 |
* | Remove priority enforcement from xpt_ation(). It is not good and even not | mav | 2012-10-27 | 1 | -3/+8 |
* | Remove several uses of numeric priorities from immediate CCB setups. | mav | 2012-10-27 | 1 | -1/+1 |
* | Remove one more numeric priority constant. | mav | 2012-10-27 | 1 | -1/+1 |
* | Remove two more 'periph == NULL' checks missed in r241404. | mav | 2012-10-23 | 2 | -10/+0 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Add support for samsung HM250JI | eadler | 2012-10-16 | 1 | -0/+9 |
* | Add support for the USB DISK Pro PMAP. | eadler | 2012-10-15 | 1 | -0/+9 |
* | XPT_DEV_MATCH is probably the only xpt_action() method that is called | mav | 2012-10-13 | 1 | -3/+7 |
* | Get SIM lock in several places while calling CAM functions. | mav | 2012-10-12 | 1 | -5/+13 |
* | Protect xpt_getattr() calls with the SIM lock and assert that. | mav | 2012-10-12 | 2 | -10/+12 |
* | Don't duplicate path/ccb allocation code, use existing functions. | mav | 2012-10-11 | 1 | -16/+7 |