| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r288420: Make pass, sg and targ drivers respect HBA's maxio. | mav | 2015-10-05 | 1 | -1/+2 |
* | MFC r260541, r260547: | mav | 2014-01-14 | 1 | -0/+1 |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 1 | -22/+23 |
* | MFC r256552: | mav | 2013-10-24 | 1 | -0/+1 |
* | - Corrrect mispellings of word useful | gabor | 2013-04-17 | 1 | -1/+1 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 1 | -2/+0 |
* | Unbreak compilation after r248868. | marius | 2013-03-29 | 1 | -2/+2 |
* | Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list of | mav | 2013-03-29 | 1 | -0/+39 |
* | One more major cam_periph_error() rewrite to improve error handling and | mav | 2012-06-09 | 1 | -1/+0 |
* | Fix a race condition in CAM peripheral free handling, locking | ken | 2012-01-12 | 1 | -0/+2 |
* | Lay groundwork in CAM for recording and reporting physical path and | gibbs | 2011-06-14 | 1 | -0/+8 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -1/+5 |
* | MFp4: | mav | 2009-12-06 | 1 | -0/+6 |
* | MFp4: | mav | 2009-11-04 | 1 | -1/+0 |
* | MFp4: | mav | 2009-10-31 | 1 | -0/+2 |
* | Change cam_periph_ioctl() to take 'cmd' and a u_long instead of an | scottl | 2009-06-22 | 1 | -1/+1 |
* | Periph driver fixes, second try. | trasz | 2008-12-19 | 1 | -0/+1 |
* | Inline cam_periph_lock|unlock to make debugging easier. Use more | scottl | 2007-04-19 | 1 | -2/+13 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+5 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and given | scottl | 2004-10-05 | 1 | -2/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -0/+2 |
* | Change the peripheral driver list from a linker set to module driven | peter | 2001-02-07 | 1 | -1/+24 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -4/+4 |
* | *sigh* I must have been on something that night. Make xpt_periph an | n_hibma | 2000-05-07 | 1 | -1/+1 |
* | Add a hack to cam that makes the cam_xpt available to the rest of the | n_hibma | 2000-04-03 | 1 | -0/+2 |
* | Various typo's. | n_hibma | 2000-03-15 | 1 | -1/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb | gibbs | 1999-05-22 | 1 | -1/+9 |
* | Fix a problem with the way we handled device invalidation when attaching | ken | 1998-10-22 | 1 | -3/+7 |
* | Fix a bug in the error recovery code. It was possible to have more than | ken | 1998-10-13 | 1 | -1/+2 |
* | CAM Transport Layer (XPT). | gibbs | 1998-09-15 | 1 | -0/+135 |