diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-13 13:24:59 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-13 13:24:59 -0400 |
commit | 6aa20a2235535605db6d6d2bd850298b2fe7f31e (patch) | |
tree | df0b855043407b831d57f2f2c271f8aab48444f4 /drivers/net/3c503.h | |
parent | 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff) |
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/3c503.h')
-rw-r--r-- | drivers/net/3c503.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/3c503.h b/drivers/net/3c503.h index b9f8a46f89b3..e2367b82a2ec 100644 --- a/drivers/net/3c503.h +++ b/drivers/net/3c503.h | |||
@@ -14,7 +14,7 @@ | |||
14 | 14 | ||
15 | /* Shared memory management parameters. NB: The 8 bit cards have only | 15 | /* Shared memory management parameters. NB: The 8 bit cards have only |
16 | one bank (MB1) which serves both Tx and Rx packet space. The 16bit | 16 | one bank (MB1) which serves both Tx and Rx packet space. The 16bit |
17 | cards have 2 banks, MB0 for Tx packets, and MB1 for Rx packets. | 17 | cards have 2 banks, MB0 for Tx packets, and MB1 for Rx packets. |
18 | You choose which bank appears in the sh. mem window with EGACFR_MBSn */ | 18 | You choose which bank appears in the sh. mem window with EGACFR_MBSn */ |
19 | 19 | ||
20 | #define EL2_MB0_START_PG (0x00) /* EL2/16 Tx packets go in bank 0 */ | 20 | #define EL2_MB0_START_PG (0x00) /* EL2/16 Tx packets go in bank 0 */ |
@@ -82,7 +82,7 @@ | |||
82 | 0 1 0 0x4000 -- bank 2, not used | 82 | 0 1 0 0x4000 -- bank 2, not used |
83 | 0 1 1 0x6000 -- bank 3, not used | 83 | 0 1 1 0x6000 -- bank 3, not used |
84 | 84 | ||
85 | There was going to be a 32k card that used bank 2 and 3, but it | 85 | There was going to be a 32k card that used bank 2 and 3, but it |
86 | never got produced. | 86 | never got produced. |
87 | 87 | ||
88 | */ | 88 | */ |