Hello
In the next update, can you include this patch, it fix the mach64 drm driver:
--- linux/drivers/char/drm/mach64_drv.c.orig 2006-10-06 00:40:02.000000000
+0200
+++ linux/drivers/char/drm/mach64_drv.c 2006-10-06 00:42:55.000000000 +0200
@@ -70,7 +70,13 @@
.pci_driver = {
.name = DRIVER_NAME,
.id_table = pciidlist,
- }
+ },
+ .major = DRIVER_MAJOR,
+ .minor = DRIVER_MINOR,
+ .patchlevel = DRIVER_PATCHLEVEL,
+ .name = DRIVER_NAME,
+ .desc = DRIVER_DESC,
+ .date = DRIVER_DATE
};
static int __init mach64_init(void)