Re: [PULL] Linux and bus subsystem cleanups

2009-11-11 Thread Tiago Vignatti
On Tue, Nov 10, 2009 at 11:06:47PM +0100, ext Adam Jackson wrote: On Tue, 2009-11-10 at 12:55 -0800, keithp wrote: Excerpts from Adam Jackson's message of Tue Nov 10 11:43:21 -0800 2009: bus: Fix open-coded implementation of xf86MakeNewMapping This leaves vp uninitialized. You

Re: [PULL] Linux and bus subsystem cleanups

2009-11-11 Thread Julien Cristau
On Wed, Nov 11, 2009 at 17:29:20 +0200, Tiago Vignatti wrote: On Tue, Nov 10, 2009 at 11:06:47PM +0100, ext Adam Jackson wrote: On Tue, 2009-11-10 at 12:55 -0800, keithp wrote: Excerpts from Adam Jackson's message of Tue Nov 10 11:43:21 -0800 2009: bus: Fix open-coded

[PULL] Linux and bus subsystem cleanups

2009-11-10 Thread Adam Jackson
Keith, please pull to master. The following changes since commit ec5417b965616e60b51466fe9fd2b44cb5abb349: Jon TURNEY (1): Cygwin/X: Ensure WM_STATE atom exists in multiwindow mode are available in the git repository at: git://people.freedesktop.org/~ajax/xserver.git bus Adam

Re: [PULL] Linux and bus subsystem cleanups

2009-11-10 Thread keithp
Excerpts from Adam Jackson's message of Tue Nov 10 11:43:21 -0800 2009: Adam Jackson (7): bus: Fix open-coded implementation of xf86MakeNewMapping This leaves vp uninitialized. You need to keep calling getVidMapRec bus: Change xf86MakeNewMapping prototype

Re: [PULL] Linux and bus subsystem cleanups

2009-11-10 Thread Matt Turner
On Tue, Nov 10, 2009 at 2:43 PM, Adam Jackson a...@nwnk.net wrote:      linux: Remove pre-2.6 PCI interface support. While I don't doubt for a second that white space is totally screwed up in linuxPci.c, I think 8 or so spaces before the sprintf call probably isn't what you want. Matt

Re: [PULL] Linux and bus subsystem cleanups

2009-11-10 Thread keithp
Excerpts from Adam Jackson's message of Tue Nov 10 14:06:47 -0800 2009: Slightly easier said than done. sdksyms.sh pretty much wants _every_ definition in sdk headers to be prefaced with _X_EXPORT, last time I read it. So it'd need to be in a new header, or we'd need to fix sdksyms.sh.