Bug#318218: Thoughts :-)

2005-07-21 Thread Samuel Thibault
David Nusinow, le Fri 15 Jul 2005 15:04:05 -0400, a écrit : > To be honest, I'd rather not mess with this file unless we have to. The > simple fix in Redhat's bugzilla looks a lot less invasive, and it seems to > fix all the reported problems so far, so I'd rather go with that unless > upstream say

Bug#318218: Thoughts :-)

2005-07-15 Thread David Nusinow
On Fri, Jul 15, 2005 at 02:13:35AM -0400, Nathanael Nerode wrote: > This can probably be fixed by changing the following stanza from > xc/programs/Xserver/hw/xfree86/common/compiler.h: > > # else /* !__alpha__ && !__powerpc__ && !__sparc__ */ > > # define MMIO_IN8(base, offset) \ > *(vol

Bug#318218: Thoughts :-)

2005-07-14 Thread Nathanael Nerode
This can probably be fixed by changing the following stanza from xc/programs/Xserver/hw/xfree86/common/compiler.h: # else /* !__alpha__ && !__powerpc__ && !__sparc__ */ # define MMIO_IN8(base, offset) \ *(volatile CARD8 *)(((CARD8*)(base)) + (offset)) # define MMIO_IN16(base, offset) \