Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] dvbdev.c in CVS is troncated...



Hello,

as I wanted to try 2.4.18-rc2 I just checked the CVS and tried to compil
it, with some problems...

I took dvbdev.c from an older revision, and changed saa7146_defs.h:

--- saa7146_defs.h      Wed Feb 21 18:44:03 2001
+++ ../../DVB-2002-02-18/driver/saa7146_defs.h  Mon Feb 18 16:58:09 2002
@@ -40,6 +40,7 @@
 
 struct saa7146_mmap_struct
 {
+       struct vm_area_struct *vma;
        const char *adr;
        unsigned long size;
 };

As I don't have a DVB card here: I can't try it, I will do it tonight at home
(the computer here is much faster: a super PIII@550... to compil...). But at
least that way I got it compiled ;-))

Maybe I should also need to change :

--- dvb_frontend.c	7 Feb 2002 16:31:42 -0000	1.6
+++ dvb_frontend.c	9 Feb 2002 02:50:40 -0000
@@ -27,6 +27,7 @@
 #include <linux/smp_lock.h>
 #include <linux/string.h>
 #include <linux/module.h>
+#include <linux/time.h>

 #ifdef MODULE
 MODULE_DESCRIPTION("");
@@ -136,7 +137,7 @@
         int wp;
         struct timeval tv;

-        get_fast_time(&tv);
+        do_gettimeofday(&tv);
         ev->timestamp=tv.tv_sec;

         spin_lock(&events->eventlock);

I have to try ;-)

	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index