Messages in this thread |  | | Date | Tue, 10 Oct 2000 17:12:25 -0700 | From | "David S. Miller" <> | Subject | Re: new 3dfx framebuffer driver released |
| |
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 davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |