| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h | marius | 2011-11-27 | 1 | -4/+0 |
* | For sparc64 also adjust the geometry of da(4) driven disks to not overflow | marius | 2011-11-27 | 1 | -1/+7 |
* | Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode. | mav | 2011-11-17 | 1 | -1/+7 |
* | Fixes for sure bus reference miscounting and potential device and | mjacob | 2011-08-12 | 1 | -15/+56 |
* | cam/cam_xpt.c: | gibbs | 2011-06-26 | 1 | -2/+2 |
* | Lay groundwork in CAM for recording and reporting physical path and | gibbs | 2011-06-14 | 1 | -43/+86 |
* | Do not report legacy unit numbers (do not create legacy aliases) for disks | mav | 2011-05-03 | 1 | -3/+6 |
* | Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI. | mav | 2011-04-29 | 1 | -28/+29 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | mav | 2011-04-26 | 1 | -0/+36 |
* | Remove some used variables. | mav | 2011-04-18 | 1 | -4/+0 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -2/+2 |
* | Fix up a few more sysctl(9) mis-typing found in various LINT builds. | mdf | 2011-01-13 | 1 | -2/+2 |
* | Add Serial Management Protocol (SMP) passthrough support to CAM. | ken | 2010-11-30 | 1 | -0/+1 |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | brucec | 2010-10-24 | 1 | -93/+0 |
* | Decrease poll interval from 1000 to 100us. This significantly reduces | mav | 2010-09-22 | 1 | -3/+3 |
* | Don't lock buses around a call to xptperiphlistmatch- the buses will be | mjacob | 2010-06-29 | 1 | -2/+0 |
* | Implement the usage of Report Luns as part of SCSI probing for SCP3 or | mjacob | 2010-06-08 | 1 | -6/+14 |
* | Protect periph drivers list and rearrange things to minimize the chance of | mjacob | 2010-06-02 | 1 | -2/+7 |
* | Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a | mjacob | 2010-05-26 | 1 | -10/+33 |
* | Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed in | mav | 2010-05-02 | 1 | -0/+2 |
* | Revert r198705. | mav | 2010-04-30 | 1 | -28/+1 |
* | For unhandled actions in xpt_action_default, remember to call | mjacob | 2010-03-31 | 1 | -2/+5 |
* | Fix newlines broken at r204220. | mav | 2010-02-26 | 1 | -1/+1 |
* | Make xpt_rescan() more correct, as it was before r197208: do not use | mav | 2010-02-23 | 1 | -1/+2 |
* | Virtualize transport part of periph announcement. | mav | 2010-02-22 | 1 | -148/+7 |
* | Improve output for controllers that doesn't report SATA speed. | mav | 2010-02-22 | 1 | -0/+2 |
* | Disable kern.cam.power_down ATM. It doesn't work fine on some controllers. | mav | 2010-02-03 | 1 | -1/+1 |
* | MFp4: | mav | 2010-02-03 | 1 | -2/+94 |
* | Change the way in which fake async events generated. Do not use | mav | 2010-02-02 | 1 | -60/+24 |
* | Some missed parts for r203376. | mav | 2010-02-02 | 1 | -2/+6 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -376/+284 |
* | MFp4: | mav | 2009-11-24 | 1 | -4/+21 |
* | MFp4: | mav | 2009-11-14 | 1 | -37/+3 |
* | MFp4: | mav | 2009-11-11 | 1 | -8/+52 |
* | MFp4: | mav | 2009-11-04 | 1 | -19/+12 |
* | The async callback could free the device. If it is a broadcast async, | mav | 2009-11-02 | 1 | -1/+7 |
* | MFp4: | mav | 2009-11-01 | 1 | -21/+24 |
* | MFp4: | mav | 2009-10-31 | 1 | -8/+38 |
* | MFp4: | mav | 2009-10-31 | 1 | -1/+28 |
* | Fix the build. | mav | 2009-10-23 | 1 | -1/+1 |
* | Replace most of priority numbers with defines. No logical changes. | mav | 2009-10-23 | 1 | -10/+10 |
* | After thinking again, implement cam_ccbq_fini(). | mav | 2009-10-22 | 1 | -1/+1 |
* | MFp4: | mav | 2009-10-21 | 1 | -4/+4 |
* | Fix some instances where CAM rescans get hung up or take a long time to | ken | 2009-09-15 | 1 | -4/+9 |
* | MFp4: | mav | 2009-09-06 | 1 | -13/+13 |
* | Remove unneeded CAM_SIM_MPSAFE check. | mav | 2009-09-06 | 1 | -4/+1 |
* | s/bus %d/scbus%d/ in some messages to correct terminology. | mav | 2009-09-06 | 1 | -2/+2 |
* | MFp4: | mav | 2009-09-06 | 1 | -1/+2 |
* | Avoid extra swi_sched() call, if this SIM is already queued. | mav | 2009-09-06 | 1 | -12/+16 |
* | Fix iSCSI initiator and vpo driver operation, broken by CAM changes. | mav | 2009-08-18 | 1 | -0/+2 |