The recent enforcement of the d_version for kernel modules in FreeBSD on 
-CURRENT breaks the drm kernel modules.  I've only checked out 
mach64-0-0-7-branch so it might be fixed in the other branches.
New to the list, sorry if I missed something.
-- 
Anish Mistry

Attachment: pgp00000.pgp
Description: signature

--- drm_drv.h.orig	Fri Mar 12 20:07:09 2004
+++ drm_drv.h	Fri Mar 12 20:07:37 2004
@@ -220,8 +220,9 @@
 	.d_name =	DRIVER_NAME,
 	.d_maj =	CDEV_MAJOR,
 	.d_flags =	D_TTY | D_TRACKCLOSE,
+	.d_version =    D_VERSION
 #if __FreeBSD_version < 500000
-	.d_bmaj =	-1
+	.d_bmaj =	-1,
 #endif
 };
 

Reply via email to