| To: | akpm@xxxxxxxx, jgarzik@xxxxxxxxx |
|---|---|
| Subject: | [PATCH][NET] Add PPC440SP support to IBM EMAC driver |
| From: | Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx> |
| Date: | Mon, 31 Jan 2005 17:10:09 -0700 |
| Cc: | netdev@xxxxxxxxxxx, linuxppc-embedded@xxxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.2.5i |
Configures EMAC thresholds appropriately for the EMAC on the PPC440SP. Signed-off-by: Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx> ===== 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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] OpenBSD Networking-related randomization port, linux |
|---|---|
| Next by Date: | Re: dummy as IMQ replacement, Andy Furniss |
| Previous by Thread: | [PATCH] PKT_SCHED: Fix ingress qdisc to pick up IPv6 packets when using netfilter hooks, Thomas Graf |
| Next by Thread: | [PATCH 2.6] e100: remove reference to NAPI config option, Scott Feldman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |