diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-04-22 16:49:22 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-04-22 16:49:22 +0000 |
commit | 16c2499b8f5c2405e36c7d5a922bb0b150df1762 (patch) | |
tree | 6ebb8f9a66e56163700086906b8144049f32dbea /hw/xfree86/os-support/bus/Pci.h | |
parent | 8565b6c0e2851cc3f194ba72d3db02a4e2976528 (diff) |
Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
Bjorn Helgaas, Egbert Eich.)
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r-- | hw/xfree86/os-support/bus/Pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index 41ef3f866..4359a0856 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -254,7 +254,6 @@ # if defined(linux) # define ARCH_PCI_INIT linuxPciInit # define INCLUDE_XF86_MAP_PCI_MEM -# define INCLUDE_XF86_NO_DOMAIN # elif defined(FreeBSD) # define ARCH_PCI_INIT freebsdPciInit # define INCLUDE_XF86_MAP_PCI_MEM |