From owner-cvs-src-old@FreeBSD.ORG Sun Nov 8 20:45:12 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 3495A106578B for ; Sun, 8 Nov 2009 20:45:12 +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 2226F8FC29 for ; Sun, 8 Nov 2009 20:45:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA8KjCeT047759 for ; Sun, 8 Nov 2009 20:45:12 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA8KjCuE047758 for cvs-src-old@freebsd.org; Sun, 8 Nov 2009 20:45:12 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200911082045.nA8KjCuE047758@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sun, 8 Nov 2009 20:44:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/controller ehci_ixp4xx.c ehci_mbus.c ehci_pci.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: Sun, 08 Nov 2009 20:45:12 -0000 thompsa 2009-11-08 20:44:55 UTC FreeBSD src repository Modified files: sys/dev/usb/controller ehci_ixp4xx.c ehci_mbus.c ehci_pci.c Log: SVN rev 199057 on 2009-11-08 20:44:55Z by thompsa ehci_init() will do reset and set the usbrev flag. Fix problem where ehci_reset() was called before ehci_init(). PR: usb/140242 Submitted by: Sebastian Huber Revision Changes Path 1.9 +0 -3 src/sys/dev/usb/controller/ehci_ixp4xx.c 1.9 +0 -2 src/sys/dev/usb/controller/ehci_mbus.c 1.13 +1 -3 src/sys/dev/usb/controller/ehci_pci.c