linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* vesafb and *fb
@ 2004-04-21  7:51 Geert Uytterhoeven
  2004-04-23 23:31 ` James Simmons
  0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2004-04-21  7:51 UTC (permalink / raw)
  To: Linux Frame Buffer Device Development


Yesterday I noticed on a box at work that if you compile in both vesafb and
atyfb (the box has an ATI 3D RAGE PRO), you get both fb0 (atyfb) and fb1
(vesafb). That's not supposed to happen.

Vesafb did print that the frame buffer was already in use, but it just
continued, cfr. this code:

    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 */
    }

That was on plain 2.6.5. But to my surprise the latest 2.4 behaves the same.
This seems to have been changed in 2.4.15.
Does anyone know why this was changed?

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-26  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-21  7:51 vesafb and *fb Geert Uytterhoeven
2004-04-23 23:31 ` James Simmons
2004-04-25 13:13   ` [Linux-fbdev-devel] " Geert Uytterhoeven
2004-04-25 15:29     ` Alan Cox
2004-04-26  9:10       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).