Diff for /margi2/cardbase.h between versions 1.2 and 1.3

version 1.2, 2000/12/12 02:09:10 version 1.3, 2000/12/14 12:17:44
Line 37 Line 37
 #include <linux/poll.h>  #include <linux/poll.h>
 #include <linux/fs.h>  #include <linux/fs.h>
 #include <linux/interrupt.h>  #include <linux/interrupt.h>
 #include <linux/tqueue.h>  
 #include <asm/io.h>  #include <asm/io.h>
 #include <asm/byteorder.h>  #include <asm/byteorder.h>
   
Line 46 Line 45
   
 #include "cvdvtypes.h"  #include "cvdvtypes.h"
   
 #define DVERSION             "0.42"  #define DVERSION             "0.5.0"
 #define SHORTDEVNAME        "ConvDVD"  #define SHORTDEVNAME        "ConvDVD"
 #define MEDDEVNAME          "convergence DVD"  #define MEDDEVNAME          "convergence DVD"
 #define LONGDEVNAME         "convergence DVD Video Decoder"  #define LONGDEVNAME         "convergence DVD Video Decoder"
Line 328  struct cvdv_cards { Line 327  struct cvdv_cards {
         int threadBthreads;          int threadBthreads;
         u8 *threadB[NBBUF];          u8 *threadB[NBBUF];
         u32 threadBsize;          u32 threadBsize;
         struct tq_struct tqueue_decoder;  
         struct tq_struct tqueue_dma;  
         u8 bt864reg[128];       // Bt864/865 register mirror          u8 bt864reg[128];       // Bt864/865 register mirror
         u8 navibuffer[NAVIBUFFERSIZE];          u8 navibuffer[NAVIBUFFERSIZE];
         int navihead;          int navihead;

Removed from v.1.2  
changed lines
  Added in v.1.3


LinuxTV legacy CVS <linuxtv.org/cvs>