blob: 3a3dbcf4051dbb5aca1a5841762c69426146b85b [file] [log] [blame]
Greg Ungerer76fdb7d2009-01-29 15:33:15 +10001#ifndef _ASM_M68K_PCI_H
2#define _ASM_M68K_PCI_H
3
Greg Ungerere93a6bb2011-11-28 16:32:49 +10004#include <asm-generic/pci.h>
Greg Ungerer76fdb7d2009-01-29 15:33:15 +10005
6/* The PCI address space does equal the physical memory
7 * address space. The networking and block device layers use
8 * this boolean for bounce buffer decisions.
9 */
10#define PCI_DMA_BUS_IS_PHYS (1)
11
Greg Ungerere93a6bb2011-11-28 16:32:49 +100012#define pcibios_assign_all_busses() 1
13
14#define PCIBIOS_MIN_IO 0x00000100
15#define PCIBIOS_MIN_MEM 0x02000000
16
Greg Ungerer76fdb7d2009-01-29 15:33:15 +100017#endif /* _ASM_M68K_PCI_H */