Module Name: xsrc
Committed By: macallan
Date: Tue Feb 1 22:53:03 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-igs/dist/src: igs_driver.c
Log Message:
tell the Xserver that we need PIO access ( even though it's only for probing )
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c
diff -u xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c:1.5 xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c:1.6
--- xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c:1.5 Wed Nov 24 02:54:08 2010
+++ xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c Tue Feb 1 22:53:03 2011
@@ -1,5 +1,5 @@
/* $OpenBSD: wsfb_driver.c,v 1.19 2003/04/27 16:42:32 matthieu Exp $ */
-/* $NetBSD: igs_driver.c,v 1.5 2010/11/24 02:54:08 mrg Exp $ */
+/* $NetBSD: igs_driver.c,v 1.6 2011/02/01 22:53:03 macallan Exp $ */
/*
* Copyright (c) 2001 Matthieu Herrb
* 2009 Michael Lorenz
@@ -1162,7 +1162,7 @@
switch (op) {
case GET_REQUIRED_HW_INTERFACES:
flag = (CARD32*)ptr;
- (*flag) = 0;
+ (*flag) = HW_IO | HW_MMIO;
return TRUE;
default:
return FALSE;