From owner-cvs-all@FreeBSD.ORG Sat Apr 26 13:56:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D47701065708; Sat, 26 Apr 2008 13:56:07 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from bene2.itea.ntnu.no (bene2.itea.ntnu.no [IPv6:2001:700:300:3::57]) by mx1.freebsd.org (Postfix) with ESMTP id 1A8D08FC14; Sat, 26 Apr 2008 13:56:07 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by bene2.itea.ntnu.no (Postfix) with ESMTP id 530F09000A; Sat, 26 Apr 2008 15:56:05 +0200 (CEST) Received: from carrot.studby.ntnu.no (unknown [IPv6:2001:700:300:3::184]) by bene2.itea.ntnu.no (Postfix) with ESMTP id C24E290008; Sat, 26 Apr 2008 15:56:04 +0200 (CEST) Date: Sat, 26 Apr 2008 15:56:02 +0200 From: Ulf Lilleengen To: Benno Rice Message-ID: <20080426135602.GA1282@carrot.studby.ntnu.no> References: <200804110550.m3B5orIY029492@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804110550.m3B5orIY029492@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: Debian amavisd-new at bene2.itea.ntnu.no Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ehci_pci.c uhci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 13:56:07 -0000 On fre, apr 11, 2008 at 05:50:53am +0000, Benno Rice wrote: > benno 2008-04-11 05:50:53 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ehci_pci.c uhci_pci.c > Log: > Identify ICH9 USB controllers. > > I've taken a slightly different approach than is used with the ICH8 controllers > in that each controller is not identified individually (eg USB A, USB B, etc). > Instead I've given then same description to each one even though the device ID > differs. This can easily be changed if desired, or ICH8 (and any others using > that approach) can be made to work as this does. > This should be MFCed to RELENG_7 at least, shouldn't it? It solves my usb-hang in CURRENT at least, and a reported PR too if i remember correctly. > Revision Changes Path > 1.32 +6 -0 src/sys/dev/usb/ehci_pci.c > 1.64 +20 -0 src/sys/dev/usb/uhci_pci.c > -- Ulf Lilleengen