summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86pciBus.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-14xfree86: configure: move buses references to their own locationTiago Vignatti1-0/+3
This patch makes xf86Configure.c free of PCI and SBUS code, moving to a more meaningful location. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
2010-06-02xfree86: Unbreak autoconfig following 0abf065e38c4Chris Wilson1-1/+1
The move of the PCI device id probing into a separate file neglected to return the number of found devices, and so the PCI devices were being overwritten by the default entries for vesa and fbdev. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tiago Vignatti <tiago.vignatti@nokia.com> Cc: Alex Deucher <alexdeucher@gmail.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2010-05-24xfree86: move all pci code from auto configurator into a meaningful locationTiago Vignatti1-0/+1
This patch creates the private xf86PciMatchDriver hook, which goes inside pci code to match the drivers found in the system. Now there's no direct references to PCI inside xf86AutoConfig.c anymore. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
2010-05-19xfree86: remove PCI dependency from InitOutputTiago Vignatti1-0/+3
All functions that touch PCI and BUS were moved to their own files, organizing the mess inside the InitOutput. Now, inside InitOutput, mostly accesses to buses are coordinated by the new xf86BusConfig. Two PCI probe functions just changed the name and a procedure to receive the isolate devices parameters was created also, named xf86PciIsolateDevice. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
2009-08-05xfree86: remove more RAC junkyTiago Vignatti1-22/+0
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2009-08-05xfree86: remove unused functionsTiago Vignatti1-2/+0
RAC trash. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2009-07-28xfree86: remove some RAC junkTiago Vignatti1-8/+0
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-4/+0
This changes the ABI, but since the video ABI is at 6 already it should be fine. driver changes are in the pipeline after this. Signed-off-by: Dave Airlie <airlied@redhat.com>
2008-11-24Bus: remove useless isaConvertRange2HostAdam Jackson1-1/+0
2007-01-17Eliminate unused fields in pciAccRec.Ian Romanick1-3/+0
2006-07-25Gut anything having to do with the PciBusPtr (or PciBusRec) type.Ian Romanick1-16/+0
Bump required version of libpciaccess to 0.5.0 so that pci_device_get_bridge_buses can be used.
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick1-1/+0
pci-rework Conflicts: hw/xfree86/common/xf86Init.c hw/xfree86/int10/pci.c hw/xfree86/scanpci/xf86PciData.h hw/xfree86/scanpci/xf86PciStdIds.h hw/xfree86/scanpci/xf86PciStr.h hw/xfree86/scanpci/xf86ScanPci.h hw/xfree86/utils/pcitweak/pcitweak.c hw/xfree86/utils/scanpci/scanpci.c Re-removed most of the conflicting files.
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-6/+2
tracked individually.
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-5/+28
2003-11-14Initial revisionKaleb Keithley1-0/+72