[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    Re: FIXED: 3Dfx module broken on 2.2.3
From:       Carlo Wood <carlo () runaway ! xs4all ! nl>
Date:       1999-03-11 23:57:25
[Download RAW message or body]

| On Thu, 11 Mar 1999, Tigran Aivazian wrote:
| > 
| > The code at the end should look like this:
| > 
| > #ifdef KERNEL_VER_2_1
| >         vma->vm_file = file;
| >         /* file->f_count++; */
| > #else
| >         vma->vm_inode = inode;
| >         inode->i_count++;
| > #endif
| 
| Actually, don't even do the vm_file thing at all, just do something lile
| 
| 	#ifndef KERNEL_VER_2_1
| 		vma->vm_inode = inode;
| 		inode->i_count++;
| 	#endif
| 
| as the generic mmap stuff does the vm_file initialization for you too.
| 
| 		Linus

Is support for older kernels (pre 2.2.0) needed at all anymore?
I do not know if the 3dfx module made it to the kernel yet,
but I am willing to strip off the code for the older kernels
and test it for the lastest 2.2.x kernel (I am still running
2.1.131 ;).

The last version I wrote is Dev3Dfx-2.5.tar.gz
(see http://www.xs4all.nl/~carlo17/3dfx/index.html)

Did someone already add improvements to that version?
If so, then I am not aware if it.

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic