Re: [linux-usb-devel] [PATCH] Add USB to MPC8349 PB platform support

2006-07-17 Thread Hollis Blanchard
On Mon, 2006-07-17 at 14:16 -0500, Kumar Gala wrote: On Jul 14, 2006, at 11:21 AM, Li Yang wrote: On 7/14/06, Kumar Gala [EMAIL PROTECTED] wrote: Nack, my expectation is this is all setup by the boot loader. That's a good wish. ;) However, USB is not required by bootloader. So it is

[linux-usb-devel] Re: [BK PATCH] USB update for 2.6.3

2004-02-20 Thread Hollis Blanchard
... list every possible bus type here ... } That just seems silly to me, when you can dispatch through a bus_type-dma_supported() function pointer. -- Hollis Blanchard IBM Linux Technology Center --- SF.Net is sponsored by: Speed Start Your

[linux-usb-devel] Re: [BK PATCH] USB update for 2.6.3

2004-02-20 Thread Hollis Blanchard
usb_device-dev and it all ends up back at the PCI bus. For PCI devices of course, device-bus-dma_supported() *is* pci_dma_supported(), so there's no middleman (as USB is above). -- Hollis Blanchard IBM Linux Technology Center --- SF.Net is sponsored