projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bffc23
)
sky2: turn of workaround timer
author
Stephen Hemminger
<shemminger@osdl.org>
Tue, 17 Oct 2006 17:20:51 +0000
(10:20 -0700)
committer
Stephen Hemminger
<shemminger@osdl.org>
Tue, 17 Oct 2006 17:20:51 +0000
(10:20 -0700)
The workaround timer is not needed in most systems with proper IRQ
routing and by perodically waking up it adds to laptop power consumption.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
drivers/net/sky2.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sky2.c
b/drivers/net/sky2.c
index 9e31efeea7c855af7fd9ac535ec71688d5b7a61c..bd5ccae53879abe8ecadb0c0dddee9472342c7e5 100644
(file)
--- a/
drivers/net/sky2.c
+++ b/
drivers/net/sky2.c
@@
-96,9
+96,9
@@
static int disable_msi = 0;
module_param(disable_msi, int, 0);
MODULE_PARM_DESC(disable_msi, "Disable Message Signaled Interrupt (MSI)");
-static int idle_timeout =
10
0;
+static int idle_timeout = 0;
module_param(idle_timeout, int, 0);
-MODULE_PARM_DESC(idle_timeout, "
Idle timeout workaround
for lost interrupts (ms)");
+MODULE_PARM_DESC(idle_timeout, "
Watchdog timer
for lost interrupts (ms)");
static const struct pci_device_id sky2_id_table[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9000) },