* [PATCH 2.6.22 1/3]S2io: Mask spurious interrupts
@ 2007-07-26 0:06 Ramkrishna Vepa
0 siblings, 0 replies; 3+ messages in thread
From: Ramkrishna Vepa @ 2007-07-26 0:06 UTC (permalink / raw)
To: netdev; +Cc: jeff, alicia.pena, support
- Mask single and double bit ETQ ecc errors to inhibit spurious interrupts.
(Resending; Removed HTML sections in patch)
Signed-off-by: Santosh Rastapur <santosh.rastapur@neterion.com>
---
diff -Nurp 2.0.24.1/drivers/net/s2io-regs.h 2.0.24.1P1/drivers/net/s2io-regs.h
--- 2.0.24.1/drivers/net/s2io-regs.h 2007-07-20 16:13:29.000000000 -0700
+++ 2.0.24.1P1/drivers/net/s2io-regs.h 2007-07-20 16:18:27.000000000 -0700
@@ -747,10 +747,9 @@ struct XENA_dev_config {
#define MC_ERR_REG_MIRI_CRI_ERR_1 BIT(23)
#define MC_ERR_REG_SM_ERR BIT(31)
#define MC_ERR_REG_ECC_ALL_SNG (BIT(2) | BIT(3) | BIT(4) | BIT(5) |\
- BIT(6) | BIT(7) | BIT(17) | BIT(19))
+ BIT(17) | BIT(19))
#define MC_ERR_REG_ECC_ALL_DBL (BIT(10) | BIT(11) | BIT(12) |\
- BIT(13) | BIT(14) | BIT(15) |\
- BIT(18) | BIT(20))
+ BIT(13) | BIT(18) | BIT(20))
u64 mc_err_mask;
u64 mc_err_alarm;
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2.6.22 1/3]S2io: Mask spurious interrupts
@ 2007-07-26 2:35 Ramkrishna Vepa
2007-07-30 19:56 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Ramkrishna Vepa @ 2007-07-26 2:35 UTC (permalink / raw)
To: netdev; +Cc: jeff, ram.vepa
- Mask single and double bit ETQ ecc errors to inhibit spurious interrupts.
(Resending; Removed HTML sections in the patch)
Signed-off-by: Santosh Rastapur <santosh.rastapur@neterion.com>
---
diff -Nurp 2.0.24.1/drivers/net/s2io-regs.h 2.0.24.1P1/drivers/net/s2io-regs.h
--- 2.0.24.1/drivers/net/s2io-regs.h 2007-07-20 16:13:29.000000000 -0700
+++ 2.0.24.1P1/drivers/net/s2io-regs.h 2007-07-20 16:18:27.000000000 -0700
@@ -747,10 +747,9 @@ struct XENA_dev_config {
#define MC_ERR_REG_MIRI_CRI_ERR_1 BIT(23)
#define MC_ERR_REG_SM_ERR BIT(31)
#define MC_ERR_REG_ECC_ALL_SNG (BIT(2) | BIT(3) | BIT(4) | BIT(5) |\
- BIT(6) | BIT(7) | BIT(17) | BIT(19))
+ BIT(17) | BIT(19))
#define MC_ERR_REG_ECC_ALL_DBL (BIT(10) | BIT(11) | BIT(12) |\
- BIT(13) | BIT(14) | BIT(15) |\
- BIT(18) | BIT(20))
+ BIT(13) | BIT(18) | BIT(20))
u64 mc_err_mask;
u64 mc_err_alarm;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.22 1/3]S2io: Mask spurious interrupts
2007-07-26 2:35 Ramkrishna Vepa
@ 2007-07-30 19:56 ` Jeff Garzik
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-07-30 19:56 UTC (permalink / raw)
To: ram.vepa; +Cc: netdev
Ramkrishna Vepa wrote:
> - Mask single and double bit ETQ ecc errors to inhibit spurious interrupts.
>
> (Resending; Removed HTML sections in the patch)
>
> Signed-off-by: Santosh Rastapur <santosh.rastapur@neterion.com>
applied 1-3
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-30 19:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-26 0:06 [PATCH 2.6.22 1/3]S2io: Mask spurious interrupts Ramkrishna Vepa
-- strict thread matches above, loose matches on Subject: below --
2007-07-26 2:35 Ramkrishna Vepa
2007-07-30 19:56 ` 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).