summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips64/pci.h')
-rw-r--r--include/asm-mips64/pci.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-mips64/pci.h b/include/asm-mips64/pci.h
index 89eca5bf3..96a39ad98 100644
--- a/include/asm-mips64/pci.h
+++ b/include/asm-mips64/pci.h
@@ -1,4 +1,4 @@
-/* $Id$
+/* $Id: pci.h,v 1.1 1999/12/04 03:59:12 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -13,4 +13,7 @@
#define pcibios_assign_all_busses() 0
+#define PCIBIOS_MIN_IO 0x1000
+#define PCIBIOS_MIN_MEM 0x10000000
+
#endif /* _ASM_PCI_H */