index
:
~dottedmag/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
fixes
for-keithp
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
fixes for X server
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
os-support
/
bus
/
linuxPci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
xfree86: bus: remove xfree86 and few other references from OS files
Tiago Vignatti
1
-4
/
+0
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-1
/
+1
2009-08-31
xfree86: remove _more_ RAC junk
Tiago Vignatti
1
-1
/
+0
2009-07-28
xserver: remove RAC/resource handling code.
Dave Airlie
1
-55
/
+0
2009-04-14
Fix unused var warning from pci cleanups.
Eric Anholt
1
-2
/
+0
2009-02-16
PCI: Remove pciBusAddrToHostAddr and associated nonsense
Adam Jackson
1
-77
/
+0
2009-01-11
xfree86: linuxPci.c needs a prototype for xf86AccResFromOS
Julien Cristau
1
-0
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-24
PCI: Simplify OS PCI function registration a bit.
Adam Jackson
1
-10
/
+1
2008-11-24
PCI: Remove config mechanism details.
Adam Jackson
1
-1
/
+0
2008-11-24
PCI: Always build domain support.
Adam Jackson
1
-6
/
+0
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-1
/
+1
2008-10-03
Remove unused pciNumBuses
Adam Jackson
1
-1
/
+0
2008-08-18
Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.
Adam Jackson
1
-1
/
+1
2008-08-18
Remove PciProbeType and associated weirdness.
Adam Jackson
1
-9
/
+8
2007-08-27
Remove the BusAccWindows resource code which is now unused.
Eric Anholt
1
-43
/
+0
2007-02-14
Merge fix missed on previous commit.
Ian Romanick
1
-1
/
+1
2007-01-29
Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...
Ian Romanick
1
-1
/
+2
2007-01-26
Call linuxPciOpenFile() for r/w access if applicable.
Jonathan Lim
1
-1
/
+2
2007-01-24
Move xf86ReadLegacyBIOS to the one place that uses it.
Ian Romanick
1
-48
/
+0
2007-01-22
Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.
Ian Romanick
1
-4
/
+0
2007-01-22
Convert xf86GetPciHostConfigFromTag to get_parent_bridge.
Ian Romanick
1
-33
/
+51
2007-01-15
Fix accidental commit (bug) in linuxOpenLegacy.
Ian Romanick
1
-2
/
+2
2007-01-15
Fix domain insanity.
Ian Romanick
1
-71
/
+49
2007-01-12
Fix typos in conditionally compiled code.
Ian Romanick
1
-2
/
+2
2007-01-12
Eliminate unused pciAddrHostToBus infrastructure.
Ian Romanick
1
-21
/
+0
2007-01-12
Missed file from previous commit.
Ian Romanick
1
-7
/
+2
2007-01-11
Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.
Ian Romanick
1
-3
/
+1
2006-12-08
Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...
Ian Romanick
1
-17
/
+21
2006-11-16
Bug 9041: Check the return code in xf86MapDomainMemory().
Bjorn Helgaas
1
-10
/
+10
2006-11-03
Do not map full 0-1MB legacy range
Bjorn Helgaas
1
-13
/
+7
2006-11-03
Fixing mach64 driver bailing out on ia64
Egbert Eich
1
-3
/
+1
2006-11-03
Add domain support to linuxPciOpenFile().
Matthias Hopf
1
-22
/
+68
2006-11-03
Fixing domain support for ia64
Matthias Hopf
1
-0
/
+103
2006-11-03
Added missing domain stripping in already domain aware code.
Matthias Hopf
1
-2
/
+2
2006-10-24
Fix from HEAD accidentally reverted during merge.
Ian Romanick
1
-1
/
+1
2006-10-24
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-0
/
+6
2006-10-10
Fixing probably long-standing bug in domain support.
Matthias Hopf
1
-1
/
+1
2006-09-20
Really fix sparc on 64-bit kernel/32-bit userland.
Donnie Berkholz
1
-1
/
+1
2006-09-10
the new PCI mapping routines are broken on sparc64 (in fact they look
Jesse Barnes
1
-0
/
+6
2006-08-08
Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that's
Ian Romanick
1
-82
/
+48
2006-08-02
Remove the last remants of the pci{Read,Write}{Long,Word,Byte}
Ian Romanick
1
-112
/
+3
2006-08-02
Remove pciConfigPtr and all of the associated cruft.
Ian Romanick
1
-81
/
+83
2006-07-25
Gut anything having to do with the PciBusPtr (or PciBusRec) type.
Ian Romanick
1
-3
/
+3
2006-07-25
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-1
/
+0
2006-07-24
Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,
Ian Romanick
1
-11
/
+12
2006-07-24
Refactor linuxGetSizesStruct to take a pci_device pointer instead of a
Ian Romanick
1
-36
/
+25
2006-07-24
Modify xf86BusAccWindowsFromOS and xf86AccResFromOS to use the
Ian Romanick
1
-59
/
+66
2006-07-24
The functions xf86PciBusAccWindowsFromOS and xf86BusAccWindowsFromOS
Ian Romanick
1
-29
/
+1
[next]