Dan, I am just curious about how the 8xx does a block mapping (e.g. mapping a video frame buffer) without BATs.
Here are the 2 possilbilities I can think of for a 2 megabyte block. - it allocates the smallest possible page size for the block requested. i.e. it will have to allocate an 8-Myte page for the 2-Mbyte block, very wasteful it seems. - pages can be allocated such that a contiguous region of physical memory can be mapped to the 2-Mbyte block, I can't imagine how this can take place in the 8xx MMU. Could you shed some light on how this works. It will help me assess how efficient block mapping is on the 8xx. Thanks a lot, David Ho ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/