From nobody@FreeBSD.org Thu Jan 11 19:14:54 2007 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45A2116A40F for ; Thu, 11 Jan 2007 19:14:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2014013C442 for ; Thu, 11 Jan 2007 19:14:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l0BJEsr7043885 for ; Thu, 11 Jan 2007 19:14:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l0BJErDO043884; Thu, 11 Jan 2007 19:14:53 GMT (envelope-from nobody) Message-Id: <200701111914.l0BJErDO043884@www.freebsd.org> Date: Thu, 11 Jan 2007 19:14:53 GMT From: FStoffel To: freebsd-gnats-submit@FreeBSD.org Subject: ohci_add_done addr not found X-Send-Pr-Version: www-3.0 >Number: 107827 >Category: usb >Synopsis: [usb67] [ohci] [panic] ohci_add_done addr not found >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 11 19:20:15 GMT 2007 >Closed-Date: >Last-Modified: Wed May 26 18:10:04 UTC 2010 >Originator: FStoffel >Release: 6.2 RC2 x86/AMD64 >Organization: >Environment: Mainboard: EPoX EP-1697 GLI, Bios 1.0 Chipset: ULi M1697 CPU: AMD Athlon64 X2 3800+ USB-Devices: Logitech MX510, MS Natural Ergonomic Keyboard 4000 v1.0 >Description: The bootup hangs after the following message with a panic and the system will reboot after 15 seconds: panic: OHCI_add_done addr 0x0009ec40 not found This happens before the installer is loaded. I've tried - to disable Dos keyboard and mouse emulation, makes no difference - to disable ACPI support - makes no difference >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: From: "Stephen Hassard" To: bug-followup@freebsd.org Cc: Subject: Re: usb/107827: [ohci] [panic] ohci_add_done addr not found Date: Mon, 5 Jan 2009 08:14:17 -0800 ------=_Part_82143_28755622.1231172057944 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm experiencing the same problem on a Gigabyte GA-MA78GPM-DS2H motherboard using FreeBSD 7.1 x64. The chipset is a modern AMD 780G + SB700. http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2859 This failure happens on boot with the installation CD. Booting the CD with ACPI disabled, safe mode, verbose logging result in the same error. ------=_Part_82143_28755622.1231172057944 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm experiencing the same problem on a Gigabyte GA-MA78GPM-DS2H motherboard using FreeBSD 7.1 x64.

The chipset is a modern AMD 780G + SB700.


This failure happens on boot with the installation CD.

Booting the CD with ACPI disabled, safe mode, verbose logging result in the same error.
------=_Part_82143_28755622.1231172057944-- From: =?ISO-8859-15?Q?Dorian_B=FCttner?= To: bug-followup@FreeBSD.org, fstoffel@gmx.de Cc: Subject: Re: usb/107827: [ohci] [panic] ohci_add_done addr not found Date: Mon, 05 Jan 2009 17:24:59 +0000 Same thing here on an amd64 with sb600 chipset, despite the addr value in the error message might differ. First thaught was that it would relate especially to my keyboard, but the kernel crashes with nearly everything I attach to the usb ports. Leaving the ports empty during boot however will let the kernel pass through, and I can safely attach everything I want once the machine is up. Another point that drives me nuts since I totally have no idea how it fits into the scene: I have a case with front side usb connectors. These can connect to internal usb connectors via 4 pin loose wires that are marked as ground, vcc2, usb2- and usb2+. Using that connector, the kernel does not panic. Anyone an idea what could the issue? From: Antti Louko To: bug-followup@FreeBSD.org Cc: fstoffel@gmx.de Subject: Re: usb/107827: [ohci] [panic] ohci_add_done addr not found Date: Sun, 11 Jan 2009 13:17:16 +0200 I am experiencing this with both 7.1-RELEASE and 8.0-CURRENT-200812. The motherboard is Asus M2A-VM-HDMI. If there is as much as USB memory stick in the USB interface, system panics. This is a show stopper to my plan to boot from USB stick and have all the rest in ZFS pool (part SATA, part FF or USB). And this is on old bug. Has anyone has even an idea where to look and what kind of work-around might be possible? From: Antti Louko To: bug-followup@FreeBSD.org Cc: =?ISO-8859-1?Q?Dorian_B=FCttner?= , freebsd-usb@freebsd.org Subject: Re: usb/107827: [ohci] [panic] ohci_add_done addr not found Date: Sun, 11 Jan 2009 18:19:40 +0200 Dorian Büttner wrote: > I have the same board except the HDMI part, that should not disturb the > SB600 error. On your -current, did you test the GENERIC and/or the > USB2-Kernel? > Tried that yesterday and at least, it doesn't panic on boot so far. My > Logitech G15 Keyboard therefore is not detected, even after boot I can > attach/detach as muchas I want the USB simply doesn't care. > Attaching the razor mouse drops into db> > But I was able to mount a stick and get a dmesg out of it, if that is > anything useful. Dorian inspired an idea, and I configured a kernel _without_ USB and then loaded USB with different _load="YES" lines in loader.conf. After this, there is no more panic. I still have to find a way to boot from USB memory. I think loading mfs from USB should work as boot loader is supposed to support loading from USB memory. Still, the bug needs to be fixed. From: abe kazemzadeh To: bug-followup@FreeBSD.org, fstoffel@gmx.de Cc: Subject: Re: usb/107827: [ohci] [panic] ohci_add_done addr not found Date: Thu, 19 Feb 2009 22:28:38 -0800 This isn't really a solution to the bug per se, but a work-around I found was to disable usb keyboard in my bios (I'm using a jetway a210gdms mobo). This gets me passed the initial boot and the keyboard actually works in the installer. I haven't gone thru w/ the installer, but if you'd like a follow up, let me know. Abe From: shepelev.georgy@googlemail.com To: bug-followup@FreeBSD.org, fstoffel@gmx.de Cc: Subject: Re: usb/107827: [usb67] [ohci] [panic] ohci_add_done addr not found Date: Wed, 26 May 2010 21:39:35 +0400 I have the same problem with FreeBSD-7.2-amd64 and FreeBSD-7.3-i386. The address value in the error message might differ. I'm using A4Tech G6 wireless mouse. My hardware configuration is: GigaByte ma770-ud3 rev. 2.0 (http://www.gigabyte.com/Products/Motherboard/Products_Overview.aspx?ProductID=3097) AMD Athlon 64 X2 4000+ I haven't tested FreeBSD 8.0 {amd64,i386} yet. -- >Unformatted: