[Dri-devel] [PATCH] Make mach64.o kernel module work with 2.5

2003-06-30 Thread Colin Leroy
Hi, this patch fixes compilation of mach64 kernel module for kernel 2.5. (module will be named mach64.ko for these kernels). apply with -p0 in xc/programs/Xserver/hw/xfree86/os-support. HTH, -- Colin Random BOFH excuse: Your packets were eaten by the terminator ?

[Dri-devel] [PATCH] Make mach64.o kernel module work with 2.5

2003-06-30 Thread Colin Leroy
Hi, this patch fixes compilation of mach64 kernel module for kernel 2.5. (module will be named mach64.ko for these kernels). apply with -p0 in xc/programs/Xserver/hw/xfree86/os-support. HTH, -- Colin Random BOFH excuse: Your packets were eaten by the terminator ?

Re: [Dri-devel] [PATCH] Make mach64.o kernel module work with 2.5

2003-06-30 Thread Jos Fonseca
Colin, On Mon, Jun 30, 2003 at 04:58:37PM +0200, Colin Leroy wrote: Hi, this patch fixes compilation of mach64 kernel module for kernel 2.5. (module will be named mach64.ko for these kernels). apply with -p0 in xc/programs/Xserver/hw/xfree86/os-support. HTH, -- Colin Random BOFH

Re: [Dri-devel] [PATCH] Make mach64.o kernel module work with 2.5

2003-06-30 Thread Michel Dänzer
On Mon, 2003-06-30 at 16:58, Colin Leroy wrote: this patch fixes compilation of mach64 kernel module for kernel 2.5. (module will be named mach64.ko for these kernels). apply with -p0 in xc/programs/Xserver/hw/xfree86/os-support. [...] Index: linux/drm/kernel/drmP.h

Re: [Dri-devel] [PATCH] Make mach64.o kernel module work with 2.5

2003-06-30 Thread Michel Dänzer
On Tue, 2003-07-01 at 01:13, Michel Dänzer wrote: On Mon, 2003-06-30 at 16:58, Colin Leroy wrote: Index: linux/drm/kernel/drmP.h === RCS file:

Re: [Dri-devel] [PATCH] Make mach64.o kernel module work with 2.5

2003-06-30 Thread Colin Leroy
On 01 Jul 2003 at 01h13, Michel Dänzer wrote: Hi, +#if LINUX_VERSION_CODE KERNEL_VERSION(2,5,1) +#include linux/wrapper.h +#endif What's this for? The linux/wrapper.h header seems to have been around since 2.2 at least. It isn't there anymore :) +#if LINUX_VERSION_CODE