summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-0/+11
* Fix a race condition in CAM peripheral free handling, lockingken2012-01-121-10/+110
* Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.hmarius2011-11-271-4/+0
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowmarius2011-11-271-1/+7
* Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode.mav2011-11-171-1/+7
* Fixes for sure bus reference miscounting and potential device andmjacob2011-08-121-15/+56
* cam/cam_xpt.c:gibbs2011-06-261-2/+2
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-43/+86
* Do not report legacy unit numbers (do not create legacy aliases) for disksmav2011-05-031-3/+6
* Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI.mav2011-04-291-28/+29
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-0/+36
* Remove some used variables.mav2011-04-181-4/+0
* Fix typos - remove duplicate "the".brucec2011-02-211-2/+2
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-2/+2
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-0/+1
* Mostly revert r203420, and add similar functionality into ada(4) since thebrucec2010-10-241-93/+0
* Decrease poll interval from 1000 to 100us. This significantly reducesmav2010-09-221-3/+3
* Don't lock buses around a call to xptperiphlistmatch- the buses will bemjacob2010-06-291-2/+0
* Implement the usage of Report Luns as part of SCSI probing for SCP3 ormjacob2010-06-081-6/+14
* Protect periph drivers list and rearrange things to minimize the chance ofmjacob2010-06-021-2/+7
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-10/+33
* Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed inmav2010-05-021-0/+2
* Revert r198705.mav2010-04-301-28/+1
* For unhandled actions in xpt_action_default, remember to callmjacob2010-03-311-2/+5
* Fix newlines broken at r204220.mav2010-02-261-1/+1
* Make xpt_rescan() more correct, as it was before r197208: do not usemav2010-02-231-1/+2
* Virtualize transport part of periph announcement.mav2010-02-221-148/+7
* Improve output for controllers that doesn't report SATA speed.mav2010-02-221-0/+2
* Disable kern.cam.power_down ATM. It doesn't work fine on some controllers.mav2010-02-031-1/+1
* MFp4:mav2010-02-031-2/+94
* Change the way in which fake async events generated. Do not usemav2010-02-021-60/+24
* Some missed parts for r203376.mav2010-02-021-2/+6
* MFp4: Large set of CAM inprovements.mav2010-01-281-376/+284
* MFp4:mav2009-11-241-4/+21
* MFp4:mav2009-11-141-37/+3
* MFp4:mav2009-11-111-8/+52
* MFp4:mav2009-11-041-19/+12
* The async callback could free the device. If it is a broadcast async,mav2009-11-021-1/+7
* MFp4:mav2009-11-011-21/+24
* MFp4:mav2009-10-311-8/+38
* MFp4:mav2009-10-311-1/+28
* Fix the build.mav2009-10-231-1/+1
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-10/+10
* After thinking again, implement cam_ccbq_fini().mav2009-10-221-1/+1
* MFp4:mav2009-10-211-4/+4
* Fix some instances where CAM rescans get hung up or take a long time token2009-09-151-4/+9
* MFp4:mav2009-09-061-13/+13
* Remove unneeded CAM_SIM_MPSAFE check.mav2009-09-061-4/+1
* s/bus %d/scbus%d/ in some messages to correct terminology.mav2009-09-061-2/+2
* MFp4:mav2009-09-061-1/+2
OpenPOWER on IntegriCloud