Searched refs:nogameport (Results 1 - 1 of 1) sorted by relevance

/drivers/watchdog/
H A Dit87_wdt.c141 static int nogameport = DEFAULT_NOGAMEPORT; variable
147 module_param(nogameport, int, 0);
148 MODULE_PARM_DESC(nogameport, "Forbid the activation of game port, default="
591 int try_gameport = !nogameport;
717 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d exclusive=%d nogameport=%d)\n",
719 nowayout, testmode, exclusive, nogameport);

Completed in 34 milliseconds