* [PATCH 2.4 1/13] e1000: ITR does not default correctly
@ 2005-01-07 1:04 Ganesh Venkatesan
2005-01-07 2:42 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Ganesh Venkatesan @ 2005-01-07 1:04 UTC (permalink / raw)
To: jgarzik@pobox.com; +Cc: netdev
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com>
diff -up net-drivers-2.4/drivers/net/e1000/e1000_param.c net-drivers-2.4/drivers/net/e1000.new/e1000_param.c
--- net-drivers-2.4/drivers/net/e1000/e1000_param.c 2004-12-06 08:43:11.635381920 -0800
+++ net-drivers-2.4/drivers/net/e1000.new/e1000_param.c 2004-12-06 08:43:12.622231896 -0800
@@ -447,9 +447,6 @@ e1000_check_options(struct e1000_adapter
adapter->itr = InterruptThrottleRate[bd];
switch(adapter->itr) {
- case -1:
- adapter->itr = 1;
- break;
case 0:
DPRINTK(PROBE, INFO, "%s turned off\n",
opt.name);
@@ -458,6 +455,7 @@ e1000_check_options(struct e1000_adapter
DPRINTK(PROBE, INFO, "%s set to dynamic mode\n",
opt.name);
break;
+ case -1:
default:
e1000_validate_option(&adapter->itr, &opt,
adapter);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-07 2:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-07 1:04 [PATCH 2.4 1/13] e1000: ITR does not default correctly Ganesh Venkatesan
2005-01-07 2:42 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).