linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* aty128 and offb and linux-2.3.99pre6
@ 2000-04-19 14:29 Chas Williams
  2000-04-19 17:45 ` Nelson Abramson
  2000-04-19 20:55 ` Geert Uytterhoeven
  0 siblings, 2 replies; 14+ messages in thread
From: Chas Williams @ 2000-04-19 14:29 UTC (permalink / raw)
  To: linuxppc-dev


i think i have spotted an oversite, offb.c, the aty128 probing should
come after the offb probing otherwise, my aty128 comes up as an
unsupported framebuffer.  the following patch 'correctly' recoginizes
my aty128 now:

--- fbmem.c.000 Tue Apr 18 17:51:12 2000
+++ fbmem.c     Tue Apr 18 17:52:39 2000
@@ -160,15 +160,15 @@
 #ifdef CONFIG_FB_ATY
        { "atyfb", atyfb_init, atyfb_setup },
 #endif
+#ifdef CONFIG_FB_ATY128
+       { "aty128fb", aty128fb_init, aty128fb_setup },
+#endif
 #ifdef CONFIG_FB_OF
        /*
         * Offb must be initialized _after_ all other frame buffer devices
         * that use PCI probing and PCI resources! [ Geert ]
         */
        { "offb", offb_init, offb_setup },
-#endif
-#ifdef CONFIG_FB_ATY128
-       { "aty128fb", aty128fb_init, aty128fb_setup },
 #endif
 #ifdef CONFIG_FB_IGA
         { "igafb", igafb_init, igafb_setup },


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2000-04-25  9:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-19 14:29 aty128 and offb and linux-2.3.99pre6 Chas Williams
2000-04-19 17:45 ` Nelson Abramson
2000-04-19 18:11   ` Kevin B. Hendricks
2000-04-19 20:55 ` Geert Uytterhoeven
2000-04-19 23:07   ` Martin Costabel
2000-04-24  6:51   ` Michel Lanners
2000-04-24 13:31     ` Geert Uytterhoeven
2000-04-24 15:16     ` Chas Williams
2000-04-24 18:10       ` Geert Uytterhoeven
2000-04-24 20:09         ` Chas Williams
2000-04-24 21:05         ` Michel Lanners
2000-04-25  9:52           ` Geert Uytterhoeven
2000-04-24 19:07     ` Daniel Jacobowitz
2000-04-24 21:11       ` Michel Lanners

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).