[PULL] Clean up and reorganize BUS configuration code, take2

Tiago Vignatti tiago.vignatti at nokia.com
Mon May 24 10:18:09 PDT 2010


Hi,

So I left out the patch to rework BusRec, that Keith didn't like, and also the 
moving of IOADDRESS which was subject of discussions. The rest of kindly
reviewed by both Keith and Alex.

Thanks,

    Tiago


The following changes since commit 5939e39a641773a36c22104e1184143678dca7a2:
  Dave Airlie (1):
        xf86: allow for no outputs connected at startup operation.

are available in the git repository at:

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

Tiago Vignatti (9):
      xfree86: bus: remove unused pci macros
      xfree86: bus: remove unused headers
      xfree86: bus: delete useless xf86FindPrimaryDevice
      xfree86: bus: remove useless field from EntityRec
      xfree86: remove all kind of bus and PCI dependency from the common helper file
      xfree86: remove BUS_ISA type given we don't support anymore
      xfree86: organize and group all pci related stuff inside xf86.h
      xfree86: no need to check for the configuration case when matching devices
      xfree86: move all pci code from auto configurator into a meaningful location

 hw/xfree86/common/xf86.h           |   57 ++--
 hw/xfree86/common/xf86AutoConfig.c |  248 +------------
 hw/xfree86/common/xf86Bus.c        |   39 --
 hw/xfree86/common/xf86Bus.h        |    1 -
 hw/xfree86/common/xf86Configure.c  |    2 -
 hw/xfree86/common/xf86Helper.c     |  505 ------------------------
 hw/xfree86/common/xf86Priv.h       |    4 -
 hw/xfree86/common/xf86pciBus.c     |  746 ++++++++++++++++++++++++++++++++++++
 hw/xfree86/common/xf86pciBus.h     |    1 +
 hw/xfree86/common/xf86str.h        |    2 -
 hw/xfree86/os-support/bus/Pci.c    |    1 -
 hw/xfree86/os-support/bus/Pci.h    |    8 -
 hw/xfree86/vbe/vbe.c               |    1 -
 13 files changed, 776 insertions(+), 839 deletions(-)


More information about the xorg-devel mailing list