On Fri, Jul 28, 2000 at 10:27:07PM +0800, Mark Stewart wrote:
> drm module loads before the agpgart module when compiled into the kernel
> when the drm module should load after the agpgart module
danielle# diff -u linux/Makefile.mozgy linux/Makefile
--- linux/Makefile.mozgy Fri Jul 28 17:53:04 2000
+++ linux/Makefile Fri Jul 28 18:44:02 2000
@@ -128,8 +128,8 @@
DRIVERS-m :=
DRIVERS- :=
-DRIVERS-$(CONFIG_DRM) += drivers/char/drm/drm.o
DRIVERS-$(CONFIG_AGP) += drivers/char/agp/agp.o
+DRIVERS-$(CONFIG_DRM) += drivers/char/drm/drm.o
DRIVERS-$(CONFIG_NUBUS) += drivers/nubus/nubus.a
DRIVERS-$(CONFIG_ISDN) += drivers/isdn/isdn.a
DRIVERS-$(CONFIG_NET_FC) += drivers/net/fc/fc.a
but from reading DRM sources initalizing from init/main.c isn't
working yet ...
-- Mario Mikočević (Mozgy) lfsck error: FUBR !- 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 Jul 31 2000 - 21:00:30 EST