24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
diff -urp ../xorg-server-1.1.99.3.pre-enable-altrix/hw/xfree86/os-support/linux/lnx_ia64.c ./hw/xfree86/os-support/linux/lnx_ia64.c
|
|
--- ../xorg-server-1.1.99.3.pre-enable-altrix/hw/xfree86/os-support/linux/lnx_ia64.c 2006-07-20 22:27:48.000000000 +0200
|
|
+++ ./hw/xfree86/os-support/linux/lnx_ia64.c 2006-10-09 15:53:48.000000000 +0200
|
|
@@ -34,7 +34,7 @@
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
|
|
-#include "ia64Pci.h"
|
|
+#include "shared/ia64Pci.h"
|
|
#include "Pci.h"
|
|
|
|
#if defined OS_PROBE_PCI_CHIPSET
|
|
diff -urp ../xorg-server-1.1.99.3.pre-enable-altrix/hw/xfree86/os-support/shared/ia64Pci.h ./hw/xfree86/os-support/shared/ia64Pci.h
|
|
--- ../xorg-server-1.1.99.3.pre-enable-altrix/hw/xfree86/os-support/shared/ia64Pci.h 2006-07-20 22:27:48.000000000 +0200
|
|
+++ ./hw/xfree86/os-support/shared/ia64Pci.h 2006-10-09 15:53:25.000000000 +0200
|
|
@@ -40,6 +40,7 @@ typedef enum {
|
|
ALTIX_CHIPSET
|
|
} IA64Chipset;
|
|
|
|
+#define OS_PROBE_PCI_CHIPSET OS_PROBE_PCI_CHIPSET_do
|
|
# ifdef OS_PROBE_PCI_CHIPSET
|
|
extern IA64Chipset OS_PROBE_PCI_CHIPSET(scanpciWrapperOpt flags);
|
|
# endif
|