This patch series was sent on June and got some review already but none review stamp. Would be nice if someone could take a look one those again.
Thanks, Tiago Vignatti (6): xfree86: fbdevhw: remove unused cmap fields from main structure xfree86: fbdevhw: remove unnecessary debug code xfree86: fbdevhw: remove superfluous pci pointer from probe function xfree86: fbdevhw: simplify fbdev_open_pci function xfree86: fbdevhw: move PCI region fetching code to common pci file xfree86: fbdevhw: remove all pci symbols from the module hw/xfree86/fbdevhw/fbdevhw.c | 108 +++++----------------------------- hw/xfree86/fbdevhw/fbdevhw.h | 4 +- hw/xfree86/fbdevhw/fbdevhwstub.c | 2 +- hw/xfree86/os-support/bus/Pci.c | 12 ++++ hw/xfree86/os-support/bus/Pci.h | 2 + hw/xfree86/os-support/bus/bsd_pci.c | 6 ++ hw/xfree86/os-support/bus/linuxPci.c | 20 ++++++ hw/xfree86/os-support/bus/xf86Pci.h | 1 + 8 files changed, 59 insertions(+), 96 deletions(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
