summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-04Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"Adam Jackson1-0/+2
This reverts commit 2fe79990e31ac684637ca3c47198ee0cead10abe. Reminder: nvidia uses this, because other parts of RAC are broken in worse ways, and it needs to disable that.
2009-02-04Bus: Remove xf86SetAccessFuncs() and related machineryAdam Jackson1-2/+0
Only mga was using this, and even then only behind an ifdef that no one ever built. Not a great idea in the first place.
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson1-4/+0
2009-02-04Bus: Remove unused xf86ExtractTypeFromListAdam Jackson1-2/+0
2009-02-04Bus: make the resource list static.Adam Jackson1-3/+0
2008-11-24Bus: Remove unused RemoveOverlapsAdam Jackson1-2/+0
2008-10-07Revert "Remove unused server state change callbackery" for now.Aaron Plattner1-0/+8
The nvidia driver currently uses these callbacks to work around problems where RAC will disable access to the hardware at unexpected times. This change restores these hooks until we can come up with a better API for working around RAC. This reverts commit d7c0ba2e9eae7044ef4c31d9c3cbb9a71ee0f9f9. Conflicts: hw/xfree86/loader/xf86sym.c
2008-10-03Unexport xf86ChkConflictAdam Jackson1-1/+0
Also remove the unused internal ChkConflict()
2008-10-03Remove unused server state change callbackery.Adam Jackson1-8/+0
2007-11-15Simplify system resource range setup.Adam Jackson1-1/+0
osRes only existed to get copied into Acc. Waste of effort.
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick1-3/+0
pci-rework Conflicts: hw/xfree86/Makefile.am hw/xfree86/dri/dri.c
2007-03-25Static cleanup for xf86 ddx.Adam Jackson1-2/+0
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-1/+0
2007-01-17Replace PciBusId with 'struct pci_device *'Ian Romanick1-1/+0
There's no need to store the slot information for a PCI device as its ID. Instead, skip the middle man and just store a pointer to the pci_device structure.
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver ↵Ian Romanick1-1/+1
into pci-rework Conflicts: hw/xfree86/common/xf86Configure.c hw/xfree86/common/xf86Helper.c hw/xfree86/common/xf86pciBus.c hw/xfree86/int10/helper_exec.c hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/os-support/linux/lnx_pci.c hw/xfree86/scanpci/Makefile.am hw/xfree86/utils/pcitweak/Makefile.am hw/xfree86/utils/scanpci/Makefile.am
2006-12-04Check for __sparc as well as __sparc__ for compatibility with Sun ccAlan Coopersmith1-1/+1
(gcc defines __sparc__, Sun cc defines __sparc)
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick1-10/+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-21Yet more dead code.Adam Jackson1-9/+0
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-1/+1
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-3/+26
2003-11-14Initial revisionKaleb Keithley1-0/+135