index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
/
xf86pciBus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-29
xfree86: Remove unused xf86{Map,Unmap}LegacyIO
Adam Jackson
1
-12
/
+0
2014-07-29
xfree86: Remove xf86ConfigActivePciEntity
Adam Jackson
1
-27
/
+0
2014-07-07
xfree86: Make driver matching consistent
Thierry Reding
1
-14
/
+10
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2014-01-12
xfree86/common: Warning fixes. Mostly const string handling.
Keith Packard
1
-2
/
+4
2013-02-11
xfree86: Use fbdev/vesa driver on Oaktrail, Medfield, CDV rather than -intel
Bryce Harrington
1
-8
/
+56
2012-07-06
xfree86: use udev to provide device enumeration for kms devices (v10)
Dave Airlie
1
-9
/
+32
2012-05-21
xf86/pci: fix slot claiming counting.
Dave Airlie
1
-4
/
+6
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-681
/
+759
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86 ddx
Alan Coopersmith
1
-1
/
+1
2011-11-23
Remove xf86FormatPciBusNumber from API, inline the one place its used
Alan Coopersmith
1
-11
/
+6
2011-11-23
matchDriverFromFiles: use one snprintf instead of strncpy/cat series
Alan Coopersmith
1
-3
/
+2
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
1
-4
/
+2
2011-11-18
xfree86: Deprecate the use of xf86PciInfo.h
Jeremy Huddleston
1
-0
/
+1
2011-10-29
xfree86: add nouveau as the first automatic driver for NVIDIA hardware
Anssi Hannula
1
-1
/
+9
2011-10-15
configure: change PCI function checking by a meaningful version of the library
Tiago Vignatti
1
-2
/
+0
2011-10-15
pci: Port xf86MapLegacyIO to pciaccess
Adam Jackson
1
-5
/
+12
2010-12-07
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-2
/
+2
2010-11-30
Move xchomp inside #ifdef __linux__
Alan Coopersmith
1
-1
/
+1
2010-09-14
xfree86: delete useless "Primary device is not PCI" message
Tiago Vignatti
1
-7
/
+2
2010-09-14
xfree86: configure: move buses references to their own location
Tiago Vignatti
1
-0
/
+35
2010-09-14
xfree86: use xf86PciIsolateDevice to get PCI config information
Tiago Vignatti
1
-0
/
+5
2010-07-01
xfree86: pci: remove superfluous vendor and card name logging
Tiago Vignatti
1
-12
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-02
xfree86: Unbreak autoconfig following 0abf065e38c4
Chris Wilson
1
-1
/
+7
2010-05-24
xfree86: move all pci code from auto configurator into a meaningful location
Tiago Vignatti
1
-0
/
+252
2010-05-24
xfree86: remove all kind of bus and PCI dependency from the common helper file
Tiago Vignatti
1
-0
/
+494
2010-05-19
xfree86: remove PCI dependency from InitOutput
Tiago Vignatti
1
-0
/
+160
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-9
/
+9
2009-09-20
Free libpciaccess iterator in xf86PciProbe
Keith Packard
1
-1
/
+2
2009-08-05
xfree86: reorganize pci code
Tiago Vignatti
1
-19
/
+1
2009-08-05
xfree86: remove unused functions
Tiago Vignatti
1
-86
/
+0
2009-07-28
xserver: remove RAC/resource handling code.
Dave Airlie
1
-424
/
+1
2009-07-28
pci: add support for pci is boot vga call.
Dave Airlie
1
-0
/
+6
2009-07-06
Unclaim PCI slot if driver probing fails.
Matthias Hopf
1
-0
/
+19
2009-06-19
pci: Dump vendor/devices ids in the printed device list
Adam Jackson
1
-6
/
+4
2009-02-16
PCI: Remove pciBusAddrToHostAddr and associated nonsense
Adam Jackson
1
-31
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-9
/
+9
2008-11-30
Correct static symbol XkmReadTOC and first pass on compile warning fixes.
Paulo Cesar Pereira de Andrade
1
-3
/
+3
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-24
Bus: Remove ISA support.
Adam Jackson
1
-5
/
+0
2008-02-25
Clean some garbage caused when pciaccess was merged:
Tiago Vignatti
1
-124
/
+117
2007-06-18
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-1
/
+0
2007-01-22
Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.
Ian Romanick
1
-70
/
+1
2007-01-17
Replace PciBusId with 'struct pci_device *'
Ian Romanick
1
-24
/
+7
2007-01-17
Convert xf86IsolateDevice to a 'struct pci_slot_match'.
Ian Romanick
1
-25
/
+8
2007-01-17
Eliminate unused fields in pciAccRec.
Ian Romanick
1
-3
/
+0
2007-01-15
Fix domain insanity.
Ian Romanick
1
-1
/
+1
2007-01-15
Convert to new pci_device_cfg_write_u* interface.
Ian Romanick
1
-15
/
+15
2007-01-12
Refactor pciTagConvertRange2Host and pciConvertRange2Host.
Ian Romanick
1
-14
/
+10
[next]