From: Kristian H?g. <hog...@us...> - 2001-09-08 17:00:43
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv21069
Modified Files:
ohci1394.c ohci1394.h video1394.c
Log Message:
Reenable irq generation on iso receive. This patch also introduces symbolic
names for the DMA control flags.
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv2022
Modified Files:
ohci1394.c ohci1394.h video1394.c
Log Message:
Merge of dv1394 branch, part 1 of 4:
- add opaque user data pointer to ohci1394's IRQ hook
- allow several ohci1394 IRQ hooks, so that video1394 and dv1394
can be used together
Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv10198
Modified Files:
ohci1394.c ohci1394.h video1394.c
Log Message:
Merge of dv1394 branch, part 2 of 4:
- add usage bits for ohci1394's IR and IT DMA contexts so that
ohci1394, video1394, and dv1394 don't all try to use the same
context at once.