From owner-cvs-src-old@FreeBSD.ORG Sat Feb 7 06:27:28 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 384411065680 for ; Sat, 7 Feb 2009 06:27:28 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC3A8FC13 for ; Sat, 7 Feb 2009 06:27:28 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n176RRJL000360 for ; Sat, 7 Feb 2009 06:27:27 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n176RRxZ000359 for cvs-src-old@freebsd.org; Sat, 7 Feb 2009 06:27:27 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200902070627.n176RRxZ000359@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sat, 7 Feb 2009 06:27:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb2/controller ehci2.c ohci2.c uhci2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 06:27:28 -0000 thompsa 2009-02-07 06:27:16 UTC FreeBSD src repository Modified files: sys/dev/usb2/controller ehci2.c ohci2.c uhci2.c Log: SVN rev 188273 on 2009-02-07 06:27:16Z by thompsa Dont hold the lock over the controller init, we are still attaching. Revision Changes Path 1.9 +6 -10 src/sys/dev/usb2/controller/ehci2.c 1.9 +6 -15 src/sys/dev/usb2/controller/ohci2.c 1.11 +1 -3 src/sys/dev/usb2/controller/uhci2.c