On Wed, 2002-12-11 at 22:25, Vivien Chappelier wrote: > Hi, > > Here's a patch to add support for the framebuffer on the SGI > O2. It has support for both static (bootmem) and dynamic video memory > allocation (limited to 2MB due to the small number of available vmalloc > mappings in the current mips64 kernel). Since vmalloc is physically non linear is there any reason you can't just use get_free_page() a lot ?