| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 1 | -4/+4 |
* | cam: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -8/+2 |
* | cam: add missing MAKEDEV_NOWAIT in passregister | Mateusz Guzik | 2020-08-18 | 1 | -0/+1 |
* | Checks here against useracc are not useful and are racy. | Warner Losh | 2020-04-13 | 1 | -30/+0 |
* | Drop periph lock around cam_periph_unmapmem(). | Alexander Motin | 2019-05-06 | 1 | -0/+2 |
* | cam_periph_runccb() changed several years ago to overwrite the ccb callback | Scott Long | 2018-05-01 | 1 | -4/+0 |
* | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
* | Reject CAMIOGET and CAMIOQUEUE ioctl's on pass(4) in 32-bit compat mode. | Brooks Davis | 2018-03-12 | 1 | -0/+15 |
* | Return a C errno for cam_periph_acquire(). | Scott Long | 2018-02-06 | 1 | -7/+5 |
* | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -2/+0 |
* | Define xpt_path_inq. | Warner Losh | 2017-12-06 | 1 | -4/+1 |
* | Remove unused 4th argument to match the standard error routines. | Warner Losh | 2017-12-06 | 1 | -2/+1 |
* | sys/cam: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Add missing test for NVME CCBs for nvme passthru support. | Warner Losh | 2017-08-29 | 1 | -1/+3 |
* | Add CAM/NVMe support for CAM_DATA_SG | Warner Losh | 2017-08-29 | 1 | -6/+2 |
* | This adds CAM pass(4) support for NVMe IO's. Applications indicate | Warner Losh | 2017-07-14 | 1 | -1/+26 |
* | An MMC/SD/SDIO stack using CAM | Warner Losh | 2017-07-09 | 1 | -1/+1 |
* | Fix error recovery behavior in the pass(4) driver. | Kenneth D. Merry | 2017-05-03 | 1 | -3/+3 |
* | Reject userland CCBs that have CAM_UNLOCKED set. | Mark Johnston | 2017-03-03 | 1 | -14/+22 |
* | cam: Zero bio pointer in user-supplied SCSI CCBs | Conrad Meyer | 2016-11-08 | 1 | -0/+8 |
* | Make pass driver better support CAM_CDB_POINTER flag. | Alexander Motin | 2016-10-17 | 1 | -0/+21 |
* | opt_kdtrace.h is not needed for SDT probes as of r258541. | Mark Johnston | 2016-05-15 | 1 | -2/+0 |
* | tag_action is not used at all in ata. It's set to 1 for ordered | Warner Losh | 2016-04-17 | 1 | -1/+1 |
* | Clean up unused-but-set-variable spotted by gcc-4.9. | Marcelo Araujo | 2016-02-01 | 1 | -3/+0 |
* | Convert sys/cam to use make_dev_s(). | Konstantin Belousov | 2016-01-07 | 1 | -16/+16 |
* | Add asynchronous command support to the pass(4) driver, and the new | Kenneth D. Merry | 2015-12-03 | 1 | -46/+1560 |
* | Make pass, sg and targ drivers respect HBA's maxio. | Alexander Motin | 2015-09-30 | 1 | -1/+9 |
* | Remove instances of variables that were set, but never used. gcc 4.9 | Warner Losh | 2014-03-30 | 1 | -2/+0 |
* | Merge CAM locking changes from the projects/camlock branch to radically | Alexander Motin | 2013-10-21 | 1 | -62/+14 |
* | Unify periph invalidation and destruction reporting. | Alexander Motin | 2013-10-15 | 1 | -7/+0 |
* | Re-do r255853. Along with adding back the API/ABI changes from the | Scott Long | 2013-09-25 | 1 | -3/+1 |
* | Revert r255853 pending fixes to build errors in usr.bin/kdump | Glen Barber | 2013-09-25 | 1 | -1/+3 |
* | Update the CAM API for FreeBSD 10: | Scott Long | 2013-09-24 | 1 | -3/+1 |
* | Add infrastructure for doing compatibility shims, as has been sorely | Scott Long | 2013-06-17 | 1 | -0/+15 |
* | Simplify the checking of flags for cam_periph_mapmem(). This gets rid of | Scott Long | 2013-06-07 | 1 | -33/+12 |
* | - Correct mispellings of the word occurrence | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | Alexander Motin | 2013-04-14 | 1 | -2/+2 |
* | MFprojects/camlock r248931: | Alexander Motin | 2013-04-04 | 1 | -2/+2 |
* | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -1/+4 |
* | Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4) | Kenneth D. Merry | 2012-12-08 | 1 | -4/+61 |
* | Remove priority enforcement from xpt_ation(). It is not good and even not | Alexander Motin | 2012-10-27 | 1 | -3/+8 |
* | Protect xpt_getattr() calls with the SIM lock and assert that. | Alexander Motin | 2012-10-12 | 1 | -5/+7 |
* | Remove 'periph == NULL' check from bunch of periph drivers. | Alexander Motin | 2012-10-10 | 1 | -5/+0 |
* | Fix several reference counting and object lifetime issues between | Kenneth D. Merry | 2012-06-20 | 1 | -11/+64 |
* | One more major cam_periph_error() rewrite to improve error handling and | Alexander Motin | 2012-06-09 | 1 | -3/+3 |
* | Work around a race condition in devfs by changing the way closes | Kenneth D. Merry | 2012-05-27 | 1 | -20/+6 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | Justin T. Gibbs | 2011-06-14 | 1 | -9/+66 |
* | Lay groundwork in CAM for recording and reporting physical path and | Justin T. Gibbs | 2011-06-14 | 1 | -2/+2 |
* | Make CAM report devices with ATA/SATA transport to devstat(9) as IDE. | Alexander Motin | 2011-04-14 | 1 | -2/+13 |
* | Fix a few issues related to the XPT_GDEV_ADVINFO CCB. | Kenneth D. Merry | 2010-12-10 | 1 | -4/+5 |