From owner-freebsd-usb@FreeBSD.ORG Thu Jun 1 21:10:18 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C49A16C5C8 for ; Thu, 1 Jun 2006 21:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90EEE43D72 for ; Thu, 1 Jun 2006 21:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k51LAHJ7074089 for ; Thu, 1 Jun 2006 21:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k51LAHBw074088; Thu, 1 Jun 2006 21:10:17 GMT (envelope-from gnats) Date: Thu, 1 Jun 2006 21:10:17 GMT Message-Id: <200606012110.k51LAHBw074088@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Thierry Herbelot Cc: Subject: Re: usb/83022: ALI USB 2.0 EHCI Controller is not detected X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thierry Herbelot List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 21:10:48 -0000 The following reply was made to PR usb/83022; it has been noted by GNATS. From: Thierry Herbelot To: bug-followup@freebsd.org, m.rosellen@gmx.de Cc: Subject: Re: usb/83022: ALI USB 2.0 EHCI Controller is not detected Date: Thu, 1 Jun 2006 23:08:36 +0200 it seems that the ALI EHCI controller is now detected correctly : this is from the boot message for FreeBSD-current of today : ohci2: [GIANT-LOCKED] usb3: OHCI version 1.0, legacy support usb3: on ohci2 usb3: USB revision 1.0 uhub3: on usb3 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xd8001000-0xd80010ff irq 18 at device 11.3 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: on usb4 uhub4: 6 ports with 6 removable, self powered the kernel is a straight GENERIC : FreeBSD 7.0-CURRENT #7: Thu Jun 1 17:18:31 CEST 2006 XXXX@YYYY:/files1/obj/files1/src/sys/GENERIC TfH