summaryrefslogtreecommitdiff
path: root/x11/XFree86-4/files/patch-l
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4/files/patch-l')
-rw-r--r--x11/XFree86-4/files/patch-l25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/XFree86-4/files/patch-l b/x11/XFree86-4/files/patch-l
deleted file mode 100644
index d1839b1b9a9d..000000000000
--- a/x11/XFree86-4/files/patch-l
+++ /dev/null
@@ -1,25 +0,0 @@
-*** programs/Xserver/hw/xfree86/common/xf86pciBus.c Tue Jun 20 21:38:23 2000
---- programs/Xserver/hw/xfree86/common/xf86pciBus.c Tue Jul 11 10:00:11 2000
-***************
-*** 1207,1216 ****
- (*p_size)++;
- (*p_base) = H2B(tag,range.rBegin,type);
-
-- #ifdef DEBUG
- ErrorF("New PCI res %i base: 0x%lx, size: 0x%lx, type %s\n",
- res_n,(*p_base),(1 << (*p_size)),type | ResMem ? "Mem" : "Io");
-- #endif
-
- if (res_n != 0xff) {
- pciWriteLong(tag,PCI_CMD_BASE_REG + res_n * sizeof(CARD32),
---- 1207,1214 ----
-***************
-*** 1724,1730 ****
- resPtr tmp, avoid = NULL;
-
- if (!pvp->validate) continue;
-- avoid = xf86DupResList(pciAvoidRes);
- NonSys = xf86DupResList(Sys);
- m = n;
- while ((pvp1 = xf86PciVideoInfo[m++])) {
---- 1722,1727 ----