From owner-cvs-all Thu Apr 11 3:34:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8463737B416; Thu, 11 Apr 2002 03:34:16 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3BAYGm81147; Thu, 11 Apr 2002 03:34:16 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200204111034.g3BAYGm81147@freefall.freebsd.org> From: Nick Hibma Date: Thu, 11 Apr 2002 03:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG n_hibma 2002/04/11 03:34:16 PDT Modified files: sys/dev/usb umass.c Log: Delay umass_cam_rescan by 200 ms to make sure attach is finished by the time we tell CAM to rescan the bus. Together with the previous patch this should avoid the problem where the devices would wedge because they got spoken to over two different pipes. Tested by: Tomas Pluskal Revision Changes Path 1.59 +12 -3 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message