Here is the patch. It has been generated with (I put a local cvs with 0.7.91 inside): $ cvs diff -u -r1.1 bttv-0.7.91 > bttv-decimation.diff $ gzip bttv-decimation.diff Few notes about the decimation patch: - I only modified the RISC program generated by make_vrisctab(), mainly by inverting odd and even frame capture. - I added a small RISC disassembler which can be activated by the option "dis_risc=1" in your /etc/modules.conf Few notes about the BTTV_MAX patch, generated by: $ cvs diff -u -r decimation-ok bttv-0.7.91 > bttv-max.diff $ gzip bttv-max.diff - I modify the Makefile to generate 16 /dev/video? entries and alias in /etc/modules.conf - I apply modifications already mentionned by Gerd Knorr - I only test for video (no audio, no tuner, ...). Benoit, now using 16 cards at the same time! PS: For the moderators, disregard my old email. I think using gzip should be ok this time.
Attachment:
bttv-decimation.diff.gz
Description: GNU Zip compressed data
Attachment:
bttv-max.diff.gz
Description: GNU Zip compressed data