summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-19fbdev: make entity fail if PCI claimed already.Dave Airlie1-0/+3
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-33/+13
2009-02-04Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"Adam Jackson1-0/+70
2009-02-04Bus: Remove xf86SetAccessFuncs() and related machineryAdam Jackson1-70/+0
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson1-6/+6
2009-02-04Bus: Remove unused xf86ExtractTypeFromListAdam Jackson1-13/+0
2009-02-04Bus: make the resource list static.Adam Jackson1-2/+1
2009-02-04Fix "warning: braces around scalar initializer"Tomas Carnecky1-1/+1
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-60/+60
2008-11-30Correct static symbol XkmReadTOC and first pass on compile warning fixes.Paulo Cesar Pereira de Andrade1-9/+13
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-22/+22
2008-11-24Bus: Remove ISA support.Adam Jackson1-37/+5
2008-11-24Bus: Remove yet more unused overlap processing.Adam Jackson1-6/+0
2008-11-24Bus: Simplify a failure case (that pretty much never happens)Adam Jackson1-23/+1
2008-11-24Bus: Trust the kernel when registering driver resourcesAdam Jackson1-16/+4
2008-11-24Remove unused MIN macroAdam Jackson1-4/+0
2008-11-24Bus: remove special handling for init-only resourcesAdam Jackson1-24/+1
2008-11-24Bus: remove useless isaConvertRange2HostAdam Jackson1-3/+0
2008-11-24Bus: Don't try to find an ISA bus just for fun.Adam Jackson1-39/+0
2008-11-24Bus: Remove unused RemoveOverlapsAdam Jackson1-85/+0
2008-11-24Bus: Remove the notion of estimated resources.Adam Jackson1-11/+1
2008-11-24Bus: remove the "reducer"Adam Jackson1-53/+0
2008-11-24Remove xf86GetResourcesImplicitlyAdam Jackson1-27/+4
2008-10-07Revert "Unexport (and unimplement) xf86SetAccessFuncs" for now.Aaron Plattner1-0/+18
2008-10-07Revert "Remove unused server state change callbackery" for now.Aaron Plattner1-0/+57
2008-10-03Unexport xf86NoSharedResourcesAdam Jackson1-1/+1
2008-10-03Unexport xf86DeallocateResourcesForEntityAdam Jackson1-1/+1
2008-10-03Unexport xf86SetEntityFuncsAdam Jackson1-1/+1
2008-10-03Unexport xf86ChkConflictAdam Jackson1-11/+2
2008-10-03Remove unused server state change callbackery.Adam Jackson1-57/+0
2008-10-03xf86RegisterResources: Always print any failed registrations.Adam Jackson1-4/+4
2008-10-03Typo fix.Adam Jackson1-1/+1
2008-10-03Remove the old implementation of RemoveOverlapsAdam Jackson1-70/+0
2008-10-03Internalise some resource list API.Adam Jackson1-4/+4
2008-10-03Unexport xf86EnterServerStateAdam Jackson1-1/+1
2008-10-03Unexport (and unimplement) xf86SetAccessFuncs.Adam Jackson1-18/+0
2008-10-03RAC: NO_SEPARATE_*_FROM_* are useless.Adam Jackson1-16/+2
2008-10-03RAC: AccessEnable() and AccessDisable() are mandatory.Adam Jackson1-53/+46
2008-04-30Add M32R architecture support (bug #10020)Kazuhiro Inaoka1-2/+2
2007-12-20entity sharing: make !shareable entity non-fatal.Dave Airlie1-2/+4
2007-11-15Simplify system resource range setup.Adam Jackson1-20/+3
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt1-8/+0
2007-08-27Remove unused xf8GetBlock and xf86GetSparse entry points.Eric Anholt1-207/+0
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2007-06-18Compile fixes for Linux ARM platforms.Lennart Buytenhek1-1/+1
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-21/+10
2007-03-25Static cleanup for xf86 ddx.Adam Jackson1-20/+9
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-1/+1
2007-01-17Replace PciBusId with 'struct pci_device *'Ian Romanick1-12/+7