patch-2.4.10 linux/drivers/video/vga16fb.c
Next file: linux/drivers/video/vgacon.c
Previous file: linux/drivers/video/vfb.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Sep 13 16:04:43 2001
- Orig file:
v2.4.9/linux/drivers/video/vga16fb.c
- Orig date:
Wed Apr 18 11:49:12 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/video/vga16fb.c linux/drivers/video/vga16fb.c
@@ -33,7 +33,7 @@
#define dac_val (0x3c9)
#define VGA_FB_PHYS 0xA0000
-#define VGA_FB_PHYS_LEN 65535
+#define VGA_FB_PHYS_LEN 65536
/* --------------------------------------------------------------------- */
@@ -954,6 +954,7 @@
}
#ifdef MODULE
+MODULE_LICENSE("GPL");
module_init(vga16fb_init);
#endif
module_exit(vga16fb_exit);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)