[Dri-devel] [PATCH] [BUXFIX] Linux agpgart version check

2002-12-10 Thread Leif Delgass
This patch fixes two problems with the version requirement check for the Linux agpgart module in kdrive and libdrm.a: 1. The current code has faulty logic which prevents an error from ocurring if the major version number of agpgart is equal to that required, but the minor version is less than

Re: [Dri-devel] [PATCH] [BUXFIX] Linux agpgart version check

2002-12-10 Thread Dave Jones
On Tue, Dec 10, 2002 at 04:21:03PM -0500, Leif Delgass wrote: --- xc/programs/Xserver/hw/kdrive/linux/agp.c9 Apr 2001 16:27:42 - 1.1.1.1 +++ xc/programs/Xserver/hw/kdrive/linux/agp.c10 Dec 2002 20:51:02 - @@ -120,9 +120,16 @@ KdReleaseGART(-1);