From owner-freebsd-usb@FreeBSD.ORG Fri Aug 10 22:50:13 2007 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A01316A4C1 for ; Fri, 10 Aug 2007 22:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C67F813C461 for ; Fri, 10 Aug 2007 22:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7AMo6r7048053 for ; Fri, 10 Aug 2007 22:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7AMo6L8048052; Fri, 10 Aug 2007 22:50:06 GMT (envelope-from gnats) Date: Fri, 10 Aug 2007 22:50:06 GMT Message-Id: <200708102250.l7AMo6L8048052@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Garrett Wollman Cc: Subject: Re: usb/115400: [ehci] Problem with EHCI on ASUS M2N4-SLI X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Wollman List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 22:50:13 -0000 The following reply was made to PR usb/115400; it has been noted by GNATS. From: Garrett Wollman To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: usb/115400: [ehci] Problem with EHCI on ASUS M2N4-SLI Date: Fri, 10 Aug 2007 18:23:12 -0400 (EDT) >Old Synopsis: Problem with EHCI on ASUS M2N4-SLI >New Synopsis: [ehci] Problem with EHCI on ASUS M2N4-SLI Sorry to tag along here, but I feel the need to note that EHCI has *never* worked for me, on any hardware platform. On my 6.2 machines, attempting to use a USB 2.0 mass-storage device reliably results in a CPU reset (presumably by way of a triple fault). The symptoms were the same in 5.x. The only workaround I've found has been to compile a custom kernel without the ehci driver, but it would be nice if this worked some day. FWIW, these are all AMD machines, and the symptoms are the same on VIA (ASUS A8V), NVIDIA (ASUS A8N-E), and SIS (Acer Aspire 5002) chipsets. The machine with the NVIDIA chipset runs in 32-bit mode, and replaced an earlier ASUS A7something with a VIA chipset and the same symptoms. -GAWollman