On Wed, Oct 23, 2002 at 11:02:14AM +0530, Nageswari S wrote:
> Hi,
> I have got a PowerPC 405 custom baord which has a OHCI compliant USB
> controller. I am using kernel version 2.4.17. I have enabled USB support in
> the kernel configuration. I have also enabled OHCI driver support and OHCI
> driver support for non-PCI devices. My board does not have a PCI bus and the
> USB Controller is directly on the OPB bus.
> 
> I am installing the modules 
> usbcore.o
> usb-ohci.o
> and usb-ohci-nonpci.o
> 
> I get the following errors when I try to install the modules.
> unresolved symbol pci_pool_free
> unresolved symbol pci_pool_create
> unresolved symbol pci_pool_destroy
> unresolved symbol pci_alloc_consistent
> unresolved symbol pci_free_consistent
> 
> unresolved symbol hc_add_ohci
> 
> 1. How can we enable USB OHCI support on a non-PCI platform.

You should probably take a look in the PPC tree, I think there was a
driver for this hardware in there.

> 2. Is there any refernce for OHCI driver on a non-PCI platform.

Again, look at the PPC tree, there should be something that you can
start with.

Good luck,

greg k-h


-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to