From owner-cvs-all Thu Feb 14 0:22:39 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 48B9237B417; Thu, 14 Feb 2002 00:22:37 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1E8Mbj18585; Thu, 14 Feb 2002 00:22:37 -0800 (PST) (envelope-from green) Message-Id: <200202140822.g1E8Mbj18585@freefall.freebsd.org> From: Brian Feldman Date: Thu, 14 Feb 2002 00:22:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.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 green 2002/02/14 00:22:37 PST Modified files: sys/dev/usb usb.c Log: Fix a bug introduced in rev.1.40 which can cause systems to crash when detaching USB devices. Specifically, a variable which was not meant to be reused was, in fact, being reused. Revision Changes Path 1.55 +9 -7 src/sys/dev/usb/usb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message