diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-12 03:49:50 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-12 03:49:50 +0000 |
commit | cd7d36b7f310b928e6ca693f49f4b2a04754107a (patch) | |
tree | 2b0f673e8be97437ec1b4654595b733b1d2e53e3 /x11/XFree86-4/files/patch-9 | |
parent | Upgrade to version 3.3.6 (threads support is already included) (diff) |
Upgrade to version 3.3.6
patch-4 has been split into several parts (patch-0?); one patch per
modified file
Diffstat (limited to 'x11/XFree86-4/files/patch-9')
-rw-r--r-- | x11/XFree86-4/files/patch-9 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/XFree86-4/files/patch-9 b/x11/XFree86-4/files/patch-9 deleted file mode 100644 index 1cca9510c9b4..000000000000 --- a/x11/XFree86-4/files/patch-9 +++ /dev/null @@ -1,11 +0,0 @@ ---- programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h~ Mon Sep 6 10:47:18 1999 -+++ programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h Fri Sep 24 14:39:18 1999 -@@ -421,7 +421,7 @@ - - /* Wait until Command FIFO is empty */ - #define WaitCommandEmpty() do { int loop=0; mem_barrier(); \ -- if (s3vPriv.chip == S3_ViRGE_GX2 || s3vPriv.chip == S3_ViRGE_MX || s3vPriv.chip == S3_ViRGE_MXP) \ -+ if (S3_ViRGE_GX2_SERIES(s3vPriv.chip) || S3_ViRGE_MX_SERIES(s3vPriv.chip)) \ - while ((!(((((mmtr)s3vMmioMem)->subsys_regs.regs.adv_func_cntl)) & 0x400)) && (loop++<MAXLOOP)); \ - else if (S3_TRIO_3D_SERIES(s3vPriv.chip)) \ - while (((IN_SUBSYS_STAT() & 0x5f00) != 0x5f00) && (loop++<MAXLOOP)); \ |