login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
9
Re: OHCI root_port_reset() deadly loop...
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Benjamin Herrenschmidt <benh@...>
To: David Brownell <david-b@...>
Cc: <greg@...>, <davem@...>, <linux-usb-users@...>, <linux-kernel@...>
Subject:
Re: OHCI root_port_reset() deadly loop...
Date: Tuesday, October 9, 2007 - 2:43 am
On Mon, 2007-10-08 at 22:00 -0700, David Brownell wrote:
quoted text
> > > > The old /etc/hotplug/usb.rc script made sure to load those modules > > > > in the correct order: EHCI first. > > > > > > I expected to find something cute attempting to handle this under > > > /etc/udev, I have failed so far :-) > > > > No, nothing cute in udev itself, but it seems that all distros that I > > know of have a "load these modules now" type setting in their init > > scripts that can be used here. > > > > I can't think of a way to enforce this load order on the modules > > themselves due to the fact that OHCI might not even be needed for EHCI > > devices on UHCI (Intel) based chipsets :( > > Assuming PCI is present, /sys/bus/pci/devices/*/class can tell > if EHCI is present (0x0c0320) ... if so, load that driver. > Then repeat for OHCI (0x0c0310) and UHCI (0x0c0300).
That will not work for all of the non-PCI implementations though. Ben. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
OHCI root_port_reset() deadly loop...
, David Miller
, (Sun Oct 7, 2:53 am)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Sun Oct 7, 3:31 am)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Sun Oct 7, 3:51 am)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Mon Oct 8, 7:54 pm)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 12:36 am)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 9, 12:44 am)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 12:38 pm)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 9, 4:41 pm)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 5:09 pm)
Re: OHCI root_port_reset() deadly loop...
, Greg KH
, (Tue Oct 9, 4:46 pm)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 5:05 pm)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 12:09 am)
Re: OHCI root_port_reset() deadly loop...
, Benjamin Herrenschmidt
, (Tue Oct 9, 1:13 am)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 9, 1:26 am)
Re: OHCI root_port_reset() deadly loop...
, Benjamin Herrenschmidt
, (Tue Oct 9, 2:37 am)
Re: OHCI root_port_reset() deadly loop...
, Greg KH
, (Mon Oct 8, 11:10 pm)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Mon Oct 8, 11:16 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Alan Stern
, (Tue Oct 9, 12:01 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Greg KH
, (Tue Oct 9, 1:39 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Alan Stern
, (Tue Oct 9, 2:42 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 9, 5:27 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 5:43 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 9, 6:00 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Wed Oct 10, 12:35 am)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Mon Oct 15, 6:01 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Brownell
, (Mon Oct 15, 7:39 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Mon Oct 15, 7:58 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 16, 2:26 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Alan Stern
, (Tue Oct 16, 11:23 am)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 16, 6:08 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Alan Stern
, (Wed Oct 17, 11:51 am)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Wed Oct 17, 7:03 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Alan Stern
, (Thu Oct 18, 10:28 am)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 16, 6:06 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Greg KH
, (Tue Oct 16, 6:20 pm)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, Alan Stern
, (Wed Oct 17, 11:56 am)
Re: [Linux-usb-users] OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 2:59 pm)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Mon Oct 8, 11:34 pm)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Mon Oct 8, 11:42 pm)
Re: OHCI root_port_reset() deadly loop...
, Greg KH
, (Tue Oct 9, 12:39 am)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 1:00 am)
Re: OHCI root_port_reset() deadly loop...
, Benjamin Herrenschmidt
, (Tue Oct 9, 2:43 am)
Re: OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 2:48 pm)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 9, 1:23 am)
Re: OHCI root_port_reset() deadly loop...
, David Miller
, (Tue Oct 9, 12:47 am)
Re: OHCI root_port_reset() deadly loop...
, Greg KH
, (Tue Oct 9, 2:06 am)
Re: [linux-usb-devel] OHCI root_port_reset() deadly loop...
, David Brownell
, (Tue Oct 9, 3:22 pm)
Re: [linux-usb-devel] OHCI root_port_reset() deadly loop...
, Alan Stern
, (Wed Oct 10, 11:32 am)
Re: OHCI root_port_reset() deadly loop...
, Benjamin Herrenschmidt
, (Tue Oct 9, 1:11 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Newall
Re: Slow DOWN, please!!!
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
Fernando Luis
[PATCH] affinity is not defined in non-smp kernels - x86_64
git
:
linux-netdev
:
David Miller
[GIT]: Networking
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 28/37] dccp: Integration of dynamic feature activation - part 3 (client side)
Jean-Louis Dupond
tg3 driver not advertising 1000mbit
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
836 guests
online.
Online users
samgreen
Syndicate