From owner-cvs-src@FreeBSD.ORG Fri Jun 9 15:08:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CBD16A46F; Fri, 9 Jun 2006 15:08:45 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7DC343D97; Fri, 9 Jun 2006 15:08:43 +0000 (GMT) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.13.6/8.13.6) with ESMTP id k59F8OlQ000931; Fri, 9 Jun 2006 23:08:24 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.13.6/8.13.6/Submit) id k59F8MKO000930; Fri, 9 Jun 2006 23:08:22 +0800 (KRAST) (envelope-from eugen) Date: Fri, 9 Jun 2006 23:08:22 +0800 From: Eugene Grosbein To: cvs-src@FreeBSD.org Message-ID: <20060609150822.GA913@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606051444.k55EieOT094397@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Anish Mistry , Ian Dowse Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 15:08:46 -0000 > FreeBSD src repository > > Modified files: > sys/dev/usb ugen.c > Log: > Fix a number of cases where ugen would panic, especially when the > device went away while open or if you tried to change the config > number while devices were open. Based on the patch from the PR with > a number of changes as discussed with the submitter. > > PR: usb/97271 > Submitted by: Anish Mistry This commit applies quite cleanly to RELENG_6 and works. This fixes usb/93949 too. Thank you! Please do MFC. Eugene Grosbein.