From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [Linux-fbdev-devel] vesafb and *fb Date: Sun, 25 Apr 2004 16:29:28 +0100 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <1082906968.28039.7.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Cc: James Simmons , Linux Frame Buffer Device Development , Linux Kernel Mailing List On Sul, 2004-04-25 at 14:13, Geert Uytterhoeven wrote: > > > if (!request_mem_region(vesafb_fix.smem_start, vesafb_fix.smem_len, "vesafb")) { > > > printk(KERN_WARNING > > > "vesafb: abort, cannot reserve video memory at 0x%lx\n", > > > vesafb_fix.smem_start); > > > /* We cannot make this fatal. Sometimes this comes from magic > > > spaces our resource handlers simply don't know about */ Various built-in video systems broke on that test because we didnt have resources for them so the resources couldnt be allocated. Probably if vesafb is enabled we should skip any primary video device (ie the one with VGA_EN at boot)