From owner-freebsd-usb@FreeBSD.ORG Sun Sep 27 19:40:04 2009 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 8EED81065672 for ; Sun, 27 Sep 2009 19:40:04 +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 7CD968FC24 for ; Sun, 27 Sep 2009 19:40:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8RJe386069185 for ; Sun, 27 Sep 2009 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8RJe32U069184; Sun, 27 Sep 2009 19:40:03 GMT (envelope-from gnats) Date: Sun, 27 Sep 2009 19:40:03 GMT Message-Id: <200909271940.n8RJe32U069184@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Cc: Subject: Re: usb/139142: [regression] ehci drivers (NVIDIA nForce4 USB 2.0 controller ) not working with 8.0-RC1 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 19:40:04 -0000 The following reply was made to PR usb/139142; it has been noted by GNATS. From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: usb/139142: [regression] ehci drivers (NVIDIA nForce4 USB 2.0 controller ) not working with 8.0-RC1 Date: Sun, 27 Sep 2009 21:10:19 +0200 Hi, On Sat, Sep 26, 2009 at 9:16 AM, Hans Petter Selasky wrote: > Have you tried only disabling USB Legacy support? No change with USB Legacy support disabled on the BIOS: kernel still hang on the same place. > > There is another USB related thread going on: > > "sb600/sb700 ohci experimental patch" on -current. > > Have you tried any patches from there? No change with this patch: kernel still hang on the same place. I hope that my patched ohci.c h was correct because I need to "manualy" patch the file: the given patch file have an error: [root@d630]/usr/src/sys/dev/usb/controller#patch < patch-2.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sys/dev/usb/controller/ohci.c b/sys/dev/usb/controller/ohci.c |index 30592c1..fb6ba34 100644 |--- a/sys/dev/usb/controller/ohci.c |+++ b/sys/dev/usb/controller/ohci.c -------------------------- Patching file ohci.c using Plan A... patch: **** malformed patch at line 12: OHCI_CLE | Thanks, Olivier