"You should specify \"fv:max_monitor_vsync,fh:max_monitor_hsync,maxclk:max_monitor_dotclock\"\n");
MODULE_PARM(hwcursor,"i");
MODULE_PARM_DESC(hwcursor,"Enables hardware cursor (0 or 1) (default=0)");
MODULE_PARM(blink,"i");
MODULE_PARM_DESC(blink,"Enables hardware cursor blinking (0 or 1) (default=1)");
MODULE_PARM(fastfont,"i");
MODULE_PARM_DESC(fastfont,"Specifies, how much memory should be used for font data (0, 1024-65536 are reasonable) (default=0)");
MODULE_PARM(grayscale,"i");
MODULE_PARM_DESC(grayscale,"Sets display into grayscale. Works perfectly with paletized videomode (4, 8bpp), some limitations apply to 16, 24 and 32bpp videomodes (default=nograyscale)");
MODULE_PARM(cross4MB,"i");
...
...
@@ -2564,7 +2441,7 @@ MODULE_PARM(dfp, "i");
MODULE_PARM_DESC(dfp,"Specifies whether to use digital flat panel interface of G200/G400 (0 or 1) (default=0)");
MODULE_PARM(dfp_type,"i");
MODULE_PARM_DESC(dfp_type,"Specifies DFP interface type (0 to 255) (default=read from hardware)");
#ifdef CONFIG_PPC
#ifdef CONFIG_ALL_PPC
MODULE_PARM(vmode,"i");
MODULE_PARM_DESC(vmode,"Specify the vmode mode number that should be used (640x480 default)");
MODULE_PARM(cmode,"i");
...
...
@@ -2573,7 +2450,7 @@ MODULE_PARM_DESC(cmode, "Specify the video depth that should be used (8bit defau
int__initinit_module(void){
DBG("init_module")
DBG(__FUNCTION__)
if(disabled)
return-ENXIO;
...
...
@@ -2605,7 +2482,7 @@ int __init init_module(void){
module_exit(matrox_done);
EXPORT_SYMBOL(matroxfb_register_driver);
EXPORT_SYMBOL(matroxfb_unregister_driver);
EXPORT_SYMBOL(matroxfb_switch);
EXPORT_SYMBOL(matroxfb_wait_for_sync);
/*
* Overrides for Emacs so that we follow Linus's tabbing style.