aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Decrease poll interval from 1000 to 100us. This significantly reducesAlexander Motin2010-09-221-3/+3
* Don't lock buses around a call to xptperiphlistmatch- the buses will beMatt Jacob2010-06-291-2/+0
* Implement the usage of Report Luns as part of SCSI probing for SCP3 orMatt Jacob2010-06-081-6/+14
* Protect periph drivers list and rearrange things to minimize the chance ofMatt Jacob2010-06-021-2/+7
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning aMatt Jacob2010-05-261-10/+33
* Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed inAlexander Motin2010-05-021-0/+2
* Revert r198705.Alexander Motin2010-04-301-28/+1
* For unhandled actions in xpt_action_default, remember to callMatt Jacob2010-03-311-2/+5
* Fix newlines broken at r204220.Alexander Motin2010-02-261-1/+1
* Make xpt_rescan() more correct, as it was before r197208: do not useAlexander Motin2010-02-231-1/+2
* Virtualize transport part of periph announcement.Alexander Motin2010-02-221-148/+7
* Improve output for controllers that doesn't report SATA speed.Alexander Motin2010-02-221-0/+2
* Disable kern.cam.power_down ATM. It doesn't work fine on some controllers.Alexander Motin2010-02-031-1/+1
* MFp4:Alexander Motin2010-02-031-2/+94
* Change the way in which fake async events generated. Do not useAlexander Motin2010-02-021-60/+24
* Some missed parts for r203376.Alexander Motin2010-02-021-2/+6
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-376/+284
* MFp4:Alexander Motin2009-11-241-4/+21
* MFp4:Alexander Motin2009-11-141-37/+3
* MFp4:Alexander Motin2009-11-111-8/+52
* MFp4:Alexander Motin2009-11-041-19/+12
* The async callback could free the device. If it is a broadcast async,Alexander Motin2009-11-021-1/+7
* MFp4:Alexander Motin2009-11-011-21/+24
* MFp4:Alexander Motin2009-10-311-8/+38
* MFp4:Alexander Motin2009-10-311-1/+28
* Fix the build.Alexander Motin2009-10-231-1/+1
* Replace most of priority numbers with defines. No logical changes.Alexander Motin2009-10-231-10/+10
* After thinking again, implement cam_ccbq_fini().Alexander Motin2009-10-221-1/+1
* MFp4:Alexander Motin2009-10-211-4/+4
* Fix some instances where CAM rescans get hung up or take a long time toKenneth D. Merry2009-09-151-4/+9
* MFp4:Alexander Motin2009-09-061-13/+13
* Remove unneeded CAM_SIM_MPSAFE check.Alexander Motin2009-09-061-4/+1
* s/bus %d/scbus%d/ in some messages to correct terminology.Alexander Motin2009-09-061-2/+2
* MFp4:Alexander Motin2009-09-061-1/+2
* Avoid extra swi_sched() call, if this SIM is already queued.Alexander Motin2009-09-061-12/+16
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.Alexander Motin2009-08-181-0/+2
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-0/+4
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-2471/+142
* Revert r190676,190677Andrew Thompson2009-04-101-6/+0
* Add interleaving root hold tokens from the CAM probe to disk_create and geomAndrew Thompson2009-04-031-0/+6
* GCC attacks!Scott Long2009-02-161-1/+2
* Fix parallel SCSI negotiation in the CAM_NEW_TRAN_CODE world order.Scott Long2009-02-161-4/+3
* Instrument the probe state machine so that things like DV can be tracked.Scott Long2009-02-161-18/+55
* In the case that the probe has determined that it can't query the device forScott Long2009-02-131-4/+3
* Remove an overzealous check.Edward Tomasz Napierala2009-02-081-1/+1
* Protect against NULL pointer dereference.Edward Tomasz Napierala2009-01-231-0/+5
* Guard against NULL pointer dereference.Edward Tomasz Napierala2009-01-231-1/+4
* Fix use after free.Edward Tomasz Napierala2009-01-141-1/+1
* Make "kldunload atapicam" return EBUSY instead of deadlocking when a deviceEdward Tomasz Napierala2009-01-081-1/+34
* cam: Retry TEST UNIT READY command if not successful.Rafal Jaworowski2009-01-081-1/+8