Re: i810 no more?
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
Jacob Meuser wrote (in a message from Saturday 28)
> Maybe the i386 base and X snapshots are just out of sync ATM?
>
Update: can you try the attached diffs ?
Matthieu
Index: xc/programs/Xserver/hw/xfree86/os-support/bsd/i386_video.c
===================================================================
RCS file: /cvs/XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/i386_video.c,v
retrieving revision 1.8
diff -u -r1.8 i386_video.c
--- xc/programs/Xserver/hw/xfree86/os-support/bsd/i386_video.c 28 Sep 2002 15:50:02 -0000 1.8
+++ xc/programs/Xserver/hw/xfree86/os-support/bsd/i386_video.c 29 Sep 2002 09:00:46 -0000
@@ -871,4 +871,5 @@
checkDevMem(TRUE);
xf86EnableIO();
xf86OpenConsole();
+ xf86AgpGARTSupported();
}
Index: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
===================================================================
RCS file: /cvs/XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c,v
retrieving revision 1.2
diff -u -r1.2 lnx_agp.c
--- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c 22 Apr 2002 21:57:43 -0000 1.2
+++ xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c 29 Sep 2002 09:00:46 -0000
@@ -80,7 +80,7 @@
xf86AcquireGART(-1);
/* Check the kernel driver version. */
if (ioctl(gartFd, AGPIOC_INFO, &agpinf) != 0) {
- xf86DrvMsg(screenNum, X_ERROR,
+ xf86DrvMsg(screenNum, X_WARNING,
"GARTInit: AGPIOC_INFO failed (%s)\n", strerror(errno));
close(gartFd);
gartFd = -1;