From: Vojtech P. <vo...@su...> - 2001-11-07 19:31:17
|
On Wed, Nov 07, 2001 at 11:06:28AM -0800, James Simmons wrote: > On several embedded devices they have OHCI chipsets but they don't have a > PCI bus. I was wondering if it would be possible to rework the OHCI driver > so that the PCI code would be in a seperate module. Yes, as far as I know it has already been done at least for ARM. Anyway, the OHCI driver isn't too pci dependant. It's mostly a matter of defining the proper pci_* macros (which should have been named dma_* or something, it's not really pci-only stuff) and possibly #ifdef-ing out some pci init stuff. -- Vojtech Pavlik SuSE Labs |