Re: [BK PATCH] USB update for 2.6.3

From: David S. Miller
Date: Fri Feb 20 2004 - 02:05:42 EST


On Thu, 19 Feb 2004 23:03:31 -0800 (PST)
Linus Torvalds <torvalds@xxxxxxxx> wrote:

>
>
> On Fri, 20 Feb 2004, Benjamin Herrenschmidt wrote:
> >
> > > Well, we do. The pcibios_xxx routines get called for all PCI devices
> > > during discovery, and that's when you'd fill them in.
> >
> > But what about USB or FireWire devices ? In theory, I'd like to see
> > the driver for those not have to bother about beeing hosted by a PCI
> > device or whatever else (there are typically non-PCI OHCI USBs on
> > embedded platform, faking a pci_dev is becoming painful).
>
> Well, a USB device can't actually do DMA, so .. (it's only the USB _host_
> that does DMA, and while those aren't always PCI, they normally are).

You miss how all of this stuff is being used :-)

USB drivers do things like map DMA memory, and the generic DMA layer vectors it
so that if the USB device is attached to a PCI host the PCI DMA mapping routines
get used.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/