* Re: au1100 usb support
@ 2004-01-19 10:22 ` Pete Popov
0 siblings, 0 replies; 6+ messages in thread
From: Pete Popov @ 2004-01-19 10:22 UTC (permalink / raw)
To: Bob Lees; +Cc: linux-mips
Bob Lees wrote:
>OK I'm missing something somewhere
>
>I am trying to get the usb host controller to work on an AU1100 board (the
>Aurora board from DSP Design) and it isn't initialising the host controller.
>
>From looking at the usb host code it appears that the only interface supported
>is via pci, but this processor/board doesn't have pci.
>
>A previous kernel based on 2.4.17 had the concept of CONFIG_USB_NON_PCI_OHCI
>which appears to have disappeared. This generated a pseudo pci interface.
>
>Help, any idea where I should be looking.
>
>
I assume you're working with the linux-mips.org kernel? Take a look at
the readme at ftp.linux-mips.org:/pub/linux/mips/people/ppopov. You're
missing the usb non-pci patch.
Pete
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: au1100 usb support
@ 2004-01-19 10:22 ` Pete Popov
0 siblings, 0 replies; 6+ messages in thread
From: Pete Popov @ 2004-01-19 10:22 UTC (permalink / raw)
To: Bob Lees; +Cc: linux-mips
Bob Lees wrote:
>OK I'm missing something somewhere
>
>I am trying to get the usb host controller to work on an AU1100 board (the
>Aurora board from DSP Design) and it isn't initialising the host controller.
>
From looking at the usb host code it appears that the only interface supported
>is via pci, but this processor/board doesn't have pci.
>
>A previous kernel based on 2.4.17 had the concept of CONFIG_USB_NON_PCI_OHCI
>which appears to have disappeared. This generated a pseudo pci interface.
>
>Help, any idea where I should be looking.
>
>
I assume you're working with the linux-mips.org kernel? Take a look at
the readme at ftp.linux-mips.org:/pub/linux/mips/people/ppopov. You're
missing the usb non-pci patch.
Pete
^ permalink raw reply [flat|nested] 6+ messages in thread
* au1100 usb support
@ 2004-01-19 18:06 ` Bob Lees
0 siblings, 0 replies; 6+ messages in thread
From: Bob Lees @ 2004-01-19 18:06 UTC (permalink / raw)
To: linux-mips
OK I'm missing something somewhere
I am trying to get the usb host controller to work on an AU1100 board (the
Aurora board from DSP Design) and it isn't initialising the host controller.
From looking at the usb host code it appears that the only interface supported
is via pci, but this processor/board doesn't have pci.
A previous kernel based on 2.4.17 had the concept of CONFIG_USB_NON_PCI_OHCI
which appears to have disappeared. This generated a pseudo pci interface.
Help, any idea where I should be looking.
--
Bob Lees
Diamond Consulting Services Ltd
Aylesbury, Bucks, HP17 8UG
Phone: +44 (0) 1296 747667
Fax: +44 (0) 1296 747557
email: bob@diamond.demon.co.uk
^ permalink raw reply [flat|nested] 6+ messages in thread
* au1100 usb support
@ 2004-01-19 18:06 ` Bob Lees
0 siblings, 0 replies; 6+ messages in thread
From: Bob Lees @ 2004-01-19 18:06 UTC (permalink / raw)
To: linux-mips
OK I'm missing something somewhere
I am trying to get the usb host controller to work on an AU1100 board (the
Aurora board from DSP Design) and it isn't initialising the host controller.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: au1100 usb support
2004-01-19 22:39 ` Bob Lees
@ 2004-01-19 22:36 ` Pete Popov
0 siblings, 0 replies; 6+ messages in thread
From: Pete Popov @ 2004-01-19 22:36 UTC (permalink / raw)
To: Bob Lees; +Cc: linux-mips
On Mon, 2004-01-19 at 14:39, Bob Lees wrote:
> Correct assumption. Thank you for the pointer, unfortunately both the usb
> non-pci and zboot patches for 2.4.24 are only rw by the owner, there is no
> world read access. Can this be changed, pretty please:)
Done, thanks for pointing this out.
Pete
>
> Thanks
>
> Bob
> On Monday 19 January 2004 10:22, Pete Popov wrote:
> > Bob Lees wrote:
> > >OK I'm missing something somewhere
> > >
> > >I am trying to get the usb host controller to work on an AU1100 board (the
> > >Aurora board from DSP Design) and it isn't initialising the host
> > > controller.
> >
> > From looking at the usb host code it appears that the only interface
> > supported
> >
> > >is via pci, but this processor/board doesn't have pci.
> > >
> > >A previous kernel based on 2.4.17 had the concept of
> > > CONFIG_USB_NON_PCI_OHCI which appears to have disappeared. This
> > > generated a pseudo pci interface.
> > >
> > >Help, any idea where I should be looking.
> >
> > I assume you're working with the linux-mips.org kernel? Take a look at
> > the readme at ftp.linux-mips.org:/pub/linux/mips/people/ppopov. You're
> > missing the usb non-pci patch.
> >
> > Pete
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: au1100 usb support
2004-01-19 10:22 ` Pete Popov
(?)
@ 2004-01-19 22:39 ` Bob Lees
2004-01-19 22:36 ` Pete Popov
-1 siblings, 1 reply; 6+ messages in thread
From: Bob Lees @ 2004-01-19 22:39 UTC (permalink / raw)
To: Pete Popov; +Cc: linux-mips
Correct assumption. Thank you for the pointer, unfortunately both the usb
non-pci and zboot patches for 2.4.24 are only rw by the owner, there is no
world read access. Can this be changed, pretty please:)
Thanks
Bob
On Monday 19 January 2004 10:22, Pete Popov wrote:
> Bob Lees wrote:
> >OK I'm missing something somewhere
> >
> >I am trying to get the usb host controller to work on an AU1100 board (the
> >Aurora board from DSP Design) and it isn't initialising the host
> > controller.
>
> From looking at the usb host code it appears that the only interface
> supported
>
> >is via pci, but this processor/board doesn't have pci.
> >
> >A previous kernel based on 2.4.17 had the concept of
> > CONFIG_USB_NON_PCI_OHCI which appears to have disappeared. This
> > generated a pseudo pci interface.
> >
> >Help, any idea where I should be looking.
>
> I assume you're working with the linux-mips.org kernel? Take a look at
> the readme at ftp.linux-mips.org:/pub/linux/mips/people/ppopov. You're
> missing the usb non-pci patch.
>
> Pete
--
Bob Lees
Diamond Consulting Services Ltd
Aylesbury, Bucks, HP17 8UG
Phone: +44 (0) 1296 747667
Fax: +44 (0) 1296 747557
email: bob@diamond.demon.co.uk
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-01-19 22:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-19 18:06 au1100 usb support Bob Lees
2004-01-19 18:06 ` Bob Lees
2004-01-19 10:22 ` Pete Popov
2004-01-19 10:22 ` Pete Popov
2004-01-19 22:39 ` Bob Lees
2004-01-19 22:36 ` Pete Popov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.