* [PATCH][NET] Add PPC440SP support to IBM EMAC driver
@ 2005-02-01 0:10 Matt Porter
2005-02-02 5:29 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Matt Porter @ 2005-02-01 0:10 UTC (permalink / raw)
To: akpm, jgarzik; +Cc: netdev, linuxppc-embedded
Configures EMAC thresholds appropriately for the EMAC on the
PPC440SP.
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
===== drivers/net/ibm_emac/ibm_emac.h 1.3 vs edited =====
--- 1.3/drivers/net/ibm_emac/ibm_emac.h 2004-08-24 12:19:41 -07:00
+++ edited/drivers/net/ibm_emac/ibm_emac.h 2005-01-31 17:08:40 -07:00
@@ -237,6 +237,10 @@
#define EMAC_RWMR_DEFAULT 0x1000a200
#define EMAC_TMR0_DEFAULT EMAC_TMR0_TFAE_2_32
#define EMAC_TMR1_DEFAULT 0xa00f0000
+#elif defined(CONFIG_440SP)
+#define EMAC_RWMR_DEFAULT 0x08002000
+#define EMAC_TMR0_DEFAULT EMAC_TMR0_TFAE_128_2048
+#define EMAC_TMR1_DEFAULT 0xf8200000
#else
#define EMAC_RWMR_DEFAULT 0x0f002000
#define EMAC_TMR0_DEFAULT 0x00000000
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][NET] Add PPC440SP support to IBM EMAC driver
2005-02-01 0:10 [PATCH][NET] Add PPC440SP support to IBM EMAC driver Matt Porter
@ 2005-02-02 5:29 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-02-02 5:29 UTC (permalink / raw)
To: Matt Porter; +Cc: akpm, netdev, linuxppc-embedded
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-02 5:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-01 0:10 [PATCH][NET] Add PPC440SP support to IBM EMAC driver Matt Porter
2005-02-02 5:29 ` 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).