DragonFly-2.3.1.487.ga2b7 master sys/dev/usbmisc/umass umass.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 25 12:00:45 PDT 2009


commit a2b7a4b79d1e06654e0f3e086495aa7766a3fa57
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jun 25 11:57:14 2009 -0700

    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.

Summary of changes:
 sys/dev/usbmisc/umass/umass.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a2b7a4b79d1e06654e0f3e086495aa7766a3fa57


-- 
DragonFly BSD source repository





More information about the Commits mailing list