| Commit message (Expand) | Author | Age | Files | Lines |
* | In camisr() clear CAM_SIM_ON_DONEQ flag after camisr_runqueue() purged SIM | Alexander Motin | 2012-06-21 | 1 | -1/+1 |
* | Fix several reference counting and object lifetime issues between | Kenneth D. Merry | 2012-06-20 | 1 | -3/+7 |
* | Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyed | Alexander Motin | 2012-06-07 | 1 | -3/+25 |
* | To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO, | Alexander Motin | 2012-06-07 | 1 | -26/+10 |
* | Replace #ifdef CAMDEBUG + if + panic() with single KASSERT(). | Alexander Motin | 2012-06-05 | 1 | -7/+2 |
* | Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ. | Alexander Motin | 2012-06-02 | 1 | -3/+9 |
* | Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ status | Alexander Motin | 2012-06-01 | 1 | -0/+2 |
* | Allow to change number of openings (used tags) for ATA/SATA devices | Alexander Motin | 2012-05-29 | 1 | -11/+7 |
* | MFprojects/zfsd: | Alexander Motin | 2012-05-24 | 1 | -1/+5 |
* | Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI | Alexander Motin | 2012-05-12 | 1 | -1/+21 |
* | Add CAM infrastructure to allow reporting when a drive's long read capacity | Kenneth D. Merry | 2012-01-26 | 1 | -0/+11 |
* | Fix a race condition in CAM peripheral free handling, locking | Kenneth D. Merry | 2012-01-12 | 1 | -10/+110 |
* | Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h | Marius Strobl | 2011-11-27 | 1 | -4/+0 |
* | For sparc64 also adjust the geometry of da(4) driven disks to not overflow | Marius Strobl | 2011-11-27 | 1 | -1/+7 |
* | Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode. | Alexander Motin | 2011-11-17 | 1 | -1/+7 |
* | Fixes for sure bus reference miscounting and potential device and | Matt Jacob | 2011-08-12 | 1 | -15/+56 |
* | cam/cam_xpt.c: | Justin T. Gibbs | 2011-06-26 | 1 | -2/+2 |
* | Lay groundwork in CAM for recording and reporting physical path and | Justin T. Gibbs | 2011-06-14 | 1 | -43/+86 |
* | Do not report legacy unit numbers (do not create legacy aliases) for disks | Alexander Motin | 2011-05-03 | 1 | -3/+6 |
* | Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI. | Alexander Motin | 2011-04-29 | 1 | -28/+29 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | Alexander Motin | 2011-04-26 | 1 | -0/+36 |
* | Remove some used variables. | Alexander Motin | 2011-04-18 | 1 | -4/+0 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -2/+2 |
* | Fix up a few more sysctl(9) mis-typing found in various LINT builds. | Matthew D Fleming | 2011-01-13 | 1 | -2/+2 |
* | Add Serial Management Protocol (SMP) passthrough support to CAM. | Kenneth D. Merry | 2010-11-30 | 1 | -0/+1 |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | Rebecca Cran | 2010-10-24 | 1 | -93/+0 |
* | Decrease poll interval from 1000 to 100us. This significantly reduces | Alexander Motin | 2010-09-22 | 1 | -3/+3 |
* | Don't lock buses around a call to xptperiphlistmatch- the buses will be | Matt Jacob | 2010-06-29 | 1 | -2/+0 |
* | Implement the usage of Report Luns as part of SCSI probing for SCP3 or | Matt Jacob | 2010-06-08 | 1 | -6/+14 |
* | Protect periph drivers list and rearrange things to minimize the chance of | Matt Jacob | 2010-06-02 | 1 | -2/+7 |
* | Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a | Matt Jacob | 2010-05-26 | 1 | -10/+33 |
* | Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed in | Alexander Motin | 2010-05-02 | 1 | -0/+2 |
* | Revert r198705. | Alexander Motin | 2010-04-30 | 1 | -28/+1 |
* | For unhandled actions in xpt_action_default, remember to call | Matt Jacob | 2010-03-31 | 1 | -2/+5 |
* | Fix newlines broken at r204220. | Alexander Motin | 2010-02-26 | 1 | -1/+1 |
* | Make xpt_rescan() more correct, as it was before r197208: do not use | Alexander Motin | 2010-02-23 | 1 | -1/+2 |
* | Virtualize transport part of periph announcement. | Alexander Motin | 2010-02-22 | 1 | -148/+7 |
* | Improve output for controllers that doesn't report SATA speed. | Alexander Motin | 2010-02-22 | 1 | -0/+2 |
* | Disable kern.cam.power_down ATM. It doesn't work fine on some controllers. | Alexander Motin | 2010-02-03 | 1 | -1/+1 |
* | MFp4: | Alexander Motin | 2010-02-03 | 1 | -2/+94 |
* | Change the way in which fake async events generated. Do not use | Alexander Motin | 2010-02-02 | 1 | -60/+24 |
* | Some missed parts for r203376. | Alexander Motin | 2010-02-02 | 1 | -2/+6 |
* | MFp4: Large set of CAM inprovements. | Alexander Motin | 2010-01-28 | 1 | -376/+284 |
* | MFp4: | Alexander Motin | 2009-11-24 | 1 | -4/+21 |
* | MFp4: | Alexander Motin | 2009-11-14 | 1 | -37/+3 |
* | MFp4: | Alexander Motin | 2009-11-11 | 1 | -8/+52 |
* | MFp4: | Alexander Motin | 2009-11-04 | 1 | -19/+12 |
* | The async callback could free the device. If it is a broadcast async, | Alexander Motin | 2009-11-02 | 1 | -1/+7 |
* | MFp4: | Alexander Motin | 2009-11-01 | 1 | -21/+24 |
* | MFp4: | Alexander Motin | 2009-10-31 | 1 | -8/+38 |