> > the attached patches are necessary to get the kernel 2.3.99-pre8
> > compiled for PowerMacs, when some configuration options are different
> > than others seem to have them (CONFIG_ADBMOUSE, CONFIG_ADB_PMU, CONFIG_KGDB).
>
> Could you send me your .config? I have some of the changes you
> propose in my linux-pmac-devel rsync tree already.
On this subject: dunno if it's fixed in -pre8 already, but this patch is
necessary to compile without COMPAT_XPMAC option:
--- drivers/video/Makefile.org Tue May 9 16:24:01 2000
+++ drivers/video/Makefile Tue May 9 16:23:47 2000
@@ -48,6 +48,11 @@
# Add fbmon.o back into obj-$(CONFIG_FB) in 2.5.x
obj-$(CONFIG_FB) += fbmem.o fbcmap.o modedb.o fbcon.o fonts.o
+
+ifeq ($(CONFIG_PPC), y)
+obj-$(CONFIG_FB) += macmodes.o
+endif
+
obj-$(CONFIG_FB_COMPAT_XPMAC) += macmodes.o
obj-$(CONFIG_FB_ACORN) += acornfb.o
HFS is still badly broken, and Geert's old PCI resource patch still works
good enough to give me working XFree 4.0.
Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:25 EST