xserver/hw/xfree86/os-support/bus
Egbert Eich af717ae57d Make Xorg the default server to install.
Avoid PIO access on IA64. Some IA64 machine check if legacy ports outside
    the VGA range are accessed. The ATi driver however does this to probe
    for ISA Mach8/32/64. Since no IA64 has ISA slots this restriction
    should not be relevant to the user.
Avoid recursive calls of xf86scanpci(). This function normally detects that
    it has been called before by checking if the PCI structure is filled
    out. So far if this was not the case (because PCI probing has failed
    for some reason) the function is traversed again. With the chipset
    specific PCI bus probing this can lead to an endless recursive loop as
    the post-probing code calls xf86scanpci() from within this function.
The OS specific PCI code for Linux worked only if bus 0 was populated as it
    checked for the presence of /proc/bus/pci/00. Fixed to check for
    /proc/bus/pci/<bus_to_look_for> instead.
2004-11-30 08:38:44 +00:00
..
460gxPCI.c Adding support for OS dependent probing of IA64 chipsets. Not all IA64 2004-09-15 09:23:59 +00:00
460gxPCI.h Adding support for OS dependent probing of IA64 chipsets. Not all IA64 2004-09-15 09:23:59 +00:00
Pci.c Make Xorg the default server to install. 2004-11-30 08:38:44 +00:00
Pci.h Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith). 2004-08-11 21:14:18 +00:00
Sbus.c DRI XFree86-4_3_99_12-merge import 2004-06-16 09:22:17 +00:00
axpPci.c DRI XFree86-4_3_99_12-merge import 2004-06-16 09:22:17 +00:00
e8870PCI.c Adding support for OS dependent probing of IA64 chipsets. Not all IA64 2004-09-15 09:23:59 +00:00
e8870PCI.h Adding support for OS dependent probing of IA64 chipsets. Not all IA64 2004-09-15 09:23:59 +00:00
freebsdPci.c DRI XFree86-4_3_99_12-merge import 2004-06-16 09:22:17 +00:00
ix86Pci.c Fixed sig11 which occured when calling a CloseDisplay() after 2004-11-01 16:05:27 +00:00
linuxPci.c Make Xorg the default server to install. 2004-11-30 08:38:44 +00:00
netbsdPci.c XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 2003-11-25 19:29:01 +00:00
ppcPci.c DRI XFree86-4_3_99_12-merge import 2004-06-16 09:22:17 +00:00
sparcPci.c XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 2003-11-25 19:29:01 +00:00
xf86Pci.h XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 2003-11-25 19:29:01 +00:00
xf86Sbus.h DRI XFree86-4_3_99_12-merge import 2004-06-16 09:22:17 +00:00
zx1PCI.c Adding support for OS dependent probing of IA64 chipsets. Not all IA64 2004-09-15 09:23:59 +00:00
zx1PCI.h Adding support for OS dependent probing of IA64 chipsets. Not all IA64 2004-09-15 09:23:59 +00:00