Re: new 3dfx framebuffer driver released

2000-10-11 Thread James Simmons
I have done some work on the 3dfx as well recently. I like to work with you to move it toward the new fbcon api. Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: new 3dfx framebuffer driver released

2000-10-11 Thread David S. Miller
I cannot read quoted printable, please use plain ASCII for patches. Thanks. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: new 3dfx framebuffer driver released

2000-10-11 Thread Kesmarki Attila
Thanks, I've corrected these 2 bugs. The patch is attached. /Kesmarki Attila On SZE, 11 OKT 2000, you wrote: > Another bug, fb_info_tdfx uses "unsigned long" for the "iobase" > member, which is correct, but much code casts this value to a "u32" > before using it which will break such I/O port

Re: new 3dfx framebuffer driver released

2000-10-10 Thread David S. Miller
Another bug, fb_info_tdfx uses "unsigned long" for the "iobase" member, which is correct, but much code casts this value to a "u32" before using it which will break such I/O port accesses on Alpha and Sparc64 and perhaps other 64-bit platforms. Later, David S. Miller [EMAIL PROTECTED] - To unsub

Re: new 3dfx framebuffer driver released

2000-10-10 Thread David S. Miller
From: Kesmarki Attila <[EMAIL PROTECTED]> Date:Wed, 11 Oct 2000 02:02:24 +0200 A made my latest release as a patch for 2.4.0-test9. It can be downloaded from http://www.medex.hu/~danthe/tdfx. I won't attach it, because it's too long. One bug spotted, in tdfxfb_probe(): +

[PATCH]: new 3dfx framebuffer driver released

2000-10-10 Thread Kesmarki Attila
Hi, A forgot to use the [PATCH] in the subject of my last mail, so I just send it again. Sorry. Bye, Attila -- Forwarded Message -- Hi Linus, I'm maintaining a more recent driver for 3dfx cards than that one in the kernel now. A made my latest release as a patch

new 3dfx framebuffer driver released

2000-10-10 Thread Kesmarki Attila
Hi Linus, I'm maintaining a more recent driver for 3dfx cards than that one in the kernel now. A made my latest release as a patch for 2.4.0-test9. It can be downloaded from http://www.medex.hu/~danthe/tdfx. I won't attach it, because it's too long. Main changes: - voodoo5 support - MIP