CAM/UMASS - use xpt_action_async() to ensure asynchronous scsi bus scan.
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 25 Jun 2009 18:57:14 +0000 (11:57 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 25 Jun 2009 18:57:14 +0000 (11:57 -0700)
commita2b7a4b79d1e06654e0f3e086495aa7766a3fa57
tree6782cf9029985674f0f94880010918a98a618f4f
parente7035866e68adf24c0776395e9b048ba6fe3c4ba
CAM/UMASS - use xpt_action_async() to ensure asynchronous scsi bus scan.

Use the new xpt_action_async() function to ensure that the scsi bus is
rescanned asynchronously.  XPT_SCAN_BUS already sets XPT_FC_QUEUED but
it doesn't apply to command initiation.  The new function does it properly.
sys/dev/usbmisc/umass/umass.c