14 lines
408 B
Diff
14 lines
408 B
Diff
--- hw/xfree86/common/xf86Bus.c.orig 2006-07-14 10:50:57.000000000 +0200
|
|
+++ hw/xfree86/common/xf86Bus.c 2006-07-14 10:51:27.000000000 +0200
|
|
@@ -2488,8 +2488,10 @@
|
|
* No need to validate on Alpha Linux or OpenBSD/sparc64,
|
|
* trust the kernel.
|
|
*/
|
|
+#if 0
|
|
ValidatePci();
|
|
#endif
|
|
+#endif
|
|
|
|
xf86MsgVerb(X_INFO, 3, "resource ranges after probing:\n");
|
|
xf86PrintResList(3, Acc);
|