| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r291716, r291724, r291741, r291742 | ken | 2015-12-16 | 1 | -2/+9 |
* | MFC r288420: Make pass, sg and targ drivers respect HBA's maxio. | mav | 2015-10-05 | 1 | -1/+1 |
* | MFC r281531 (by asomers): | mav | 2015-10-05 | 1 | -1/+3 |
* | MFC r280388 (by benno): Be consistent with M_ZERO when allocating ccbs. | mav | 2015-10-05 | 1 | -2/+2 |
* | MFC r277440 (by will): | mav | 2015-10-05 | 1 | -0/+6 |
* | MFC r279554: | trasz | 2015-05-24 | 1 | -1/+2 |
* | MFC 278228: | ken | 2015-02-18 | 1 | -0/+1 |
* | MFC r277385: Remove extra mtx_unlock(). | mav | 2015-01-26 | 1 | -1/+0 |
* | MFC r274819: | smh | 2014-12-21 | 1 | -5/+5 |
* | MFC r275368: | mav | 2014-12-08 | 1 | -2/+9 |
* | MFC r271718 (by bdrewery): Correct a comment | mav | 2014-10-20 | 1 | -1/+1 |
* | MFC r271588: Update CAM CCB accounting for the new status quo. | mav | 2014-10-14 | 1 | -5/+8 |
* | Use proper variable when looping through periphs with CAM_PERIPH_FREE. | mav | 2014-10-12 | 1 | -2/+2 |
* | MFC r264406: | mav | 2014-05-08 | 1 | -1/+1 |
* | MFC r260509: | mav | 2014-05-08 | 1 | -2/+4 |
* | MFC r260996: | mav | 2014-02-04 | 1 | -1/+3 |
* | MFC r260549: | mav | 2014-01-25 | 1 | -6/+2 |
* | MFC r260541, r260547: | mav | 2014-01-14 | 1 | -3/+1 |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 1 | -763/+979 |
* | MFC r257345,257382,257388: | nwhitehorn | 2013-12-10 | 1 | -8/+9 |
* | MFC r256552: | mav | 2013-10-24 | 1 | -0/+32 |
* | MFC r256533: | mav | 2013-10-24 | 1 | -1/+1 |
* | Close the race on path ID allocation in xpt_bus_register() if two buses are | mav | 2013-10-09 | 1 | -9/+6 |
* | Make sure the CCB xflags field is initialized to zero so that | nwhitehorn | 2013-09-27 | 1 | -0/+2 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | scottl | 2013-09-25 | 1 | -5/+1 |
* | Revert r255853 pending fixes to build errors in usr.bin/kdump | gjb | 2013-09-25 | 1 | -1/+5 |
* | Update the CAM API for FreeBSD 10: | scottl | 2013-09-24 | 1 | -5/+1 |
* | Add debug trace points for freeze/release device queue. | mav | 2013-09-01 | 1 | -0/+57 |
* | Add new attribute lunname to report only textual LUN-specific device IDs. | mav | 2013-08-24 | 1 | -5/+9 |
* | Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU. | mav | 2013-08-07 | 1 | -37/+2 |
* | MFprojects/camlock r249006: | mav | 2013-08-05 | 1 | -16/+13 |
* | MFprojects/camlock r249505: | mav | 2013-08-05 | 1 | -17/+9 |
* | CAM and mps(4) driver scanning changes. | ken | 2013-07-22 | 1 | -9/+14 |
* | Make some improvements to r253322 to really rescan target, not a bus. | mav | 2013-07-15 | 1 | -4/+7 |
* | Add infrastructure for doing compatibility shims, as has been sorely | scottl | 2013-06-17 | 1 | -0/+15 |
* | Make CAM return and GEOM DISK pass through new GEOM::lunid attribute. | mav | 2013-06-12 | 1 | -5/+42 |
* | Added output of device QUIRKS for CAM and AHCI devices during boot. | smh | 2013-05-18 | 1 | -0/+9 |
* | Expose CAM_BOOT_DELAY as a kernel conf item now. | sbruno | 2013-04-20 | 1 | -0/+7 |
* | Remove owner field from struct cam_ed, unused at least since FreeBSD 7. | mav | 2013-04-14 | 1 | -1/+0 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -4/+4 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 1 | -197/+76 |
* | MFprojects/camlock: | mav | 2013-04-04 | 1 | -135/+141 |
* | MFprojects/camlock r248928: | mav | 2013-04-04 | 1 | -12/+22 |
* | Remove xpt_sim_opened(), the only consumer of which was atapicam, which is | mav | 2013-04-04 | 1 | -33/+0 |
* | Use xpt_lock_buses() instead of equivalent mtx_lock(&xsoftc.xpt_topo_lock) | mav | 2013-04-04 | 1 | -32/+32 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -1/+2 |
* | Fix a panic during CAM EDT traversal. | ken | 2012-12-07 | 1 | -14/+2 |
* | Remove priority enforcement from xpt_ation(). It is not good and even not | mav | 2012-10-27 | 1 | -3/+0 |
* | Don't exclude XPT SIM from locking in xpt_create_path_unlocked(). | mav | 2012-10-13 | 1 | -9/+4 |
* | Use xpt_create_path_unlocked() for initial debug path compilation because | mav | 2012-10-13 | 1 | -6/+1 |