[PULL] bus-cleanup take 3 and ½

Tiago Vignatti tiago.vignatti at nokia.com
Tue Sep 14 09:43:40 PDT 2010


Hi,

This are ready pull. I decided to cut of take3 exactly in the moment that
people start to discuss the complicated things (IOADDRESS definition and pci
configuration setting). I'll be taking those subjects again in the mailing
list though.


Thank you,


The following changes since commit c768cdda92696b636c10bb2df64167d5274b4b99:

  Merge remote branch 'jamey/reviewed' (2010-09-13 16:48:33 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~vignatti/xserver.git bus-cleanup-take3_and_half

Tiago Vignatti (8):
      xfree86: use xf86PciIsolateDevice to get PCI config information
      xfree86: bus: remove useless automake variable
      xfree86: bus: remove xfree86 and few other references from OS files
      xfree86: configure: move buses references to their own location
      xfree86: dri: remove unused PCI macro
      xfree86: bus: move macros from common PCI header to private file
      xfree86: bus: assign PCI_SOURCES with the actual source files
      xfree86: delete useless "Primary device is not PCI" message

 hw/xfree86/common/xf86Config.c        |   13 +---
 hw/xfree86/common/xf86Configure.c     |  115 ++++++--------------------------
 hw/xfree86/common/xf86Globals.c       |    4 -
 hw/xfree86/common/xf86Priv.h          |    3 -
 hw/xfree86/common/xf86pciBus.c        |   49 ++++++++++++--
 hw/xfree86/common/xf86pciBus.h        |    3 +
 hw/xfree86/common/xf86sbusBus.c       |   29 ++++++++
 hw/xfree86/common/xf86sbusBus.h       |    4 +
 hw/xfree86/dri/dri.c                  |    2 -
 hw/xfree86/int10/helper_exec.c        |    5 ++
 hw/xfree86/os-support/bus/Makefile.am |    5 +-
 hw/xfree86/os-support/bus/Pci.c       |   11 ---
 hw/xfree86/os-support/bus/Pci.h       |    5 --
 hw/xfree86/os-support/bus/linuxPci.c  |    4 -
 14 files changed, 110 insertions(+), 142 deletions(-)


More information about the xorg-devel mailing list