V4L/DVB (3516): Make video_buf more generic
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 10 Mar 2006 15:29:15 +0000 (12:29 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 24 Mar 2006 19:26:49 +0000 (16:26 -0300)
Video_buf were concerned to allow PCI devices to be used as
video capture devices. This patch extends video_buf features
by virtualizing pci-dependent functions and allowing other
type of devices to use it.
It is still DMA centric, although it may be used also by
devices that emulates scatter/gather behavior or a DMA device

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found