View | Details | Raw Unified | Return to bug 197572
Collapse All | Expand All

(-)../xorg-server-1.1.99.3.pre-enable-altrix/hw/xfree86/os-support/linux/Makefile.am (-1 / +2 lines)
Lines 1-7 Link Here
1
noinst_LTLIBRARIES = liblinux.la
1
noinst_LTLIBRARIES = liblinux.la
2
2
3
if LINUX_IA64
3
if LINUX_IA64
4
PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c
4
PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c \
5
		       $(srcdir)/lnx_ia64.c
5
endif
6
endif
6
if LINUX_ALPHA
7
if LINUX_ALPHA
7
PLATFORM_PCI_SUPPORT = lnx_ev56.c \
8
PLATFORM_PCI_SUPPORT = lnx_ev56.c \
(-)../xorg-server-1.1.99.3.pre-enable-altrix/hw/xfree86/os-support/shared/ia64Pci.h (+1 lines)
Lines 40-45 typedef enum { Link Here
40
    ALTIX_CHIPSET
40
    ALTIX_CHIPSET
41
} IA64Chipset;
41
} IA64Chipset;
42
42
43
#define OS_PROBE_PCI_CHIPSET OS_PROBE_PCI_CHIPSET_do
43
# ifdef OS_PROBE_PCI_CHIPSET
44
# ifdef OS_PROBE_PCI_CHIPSET
44
extern IA64Chipset OS_PROBE_PCI_CHIPSET(scanpciWrapperOpt flags);
45
extern IA64Chipset OS_PROBE_PCI_CHIPSET(scanpciWrapperOpt flags);
45
# endif
46
# endif

Return to bug 197572