diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-01-14 16:21:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 21:27:13 -0500 |
commit | 032874e49271f8c9c53c137cb60cf12617a953a0 (patch) | |
tree | a79f9e05c58099c354d3a5783e94f526f6f5259e /drivers | |
parent | 2c5608404e66047bbcd9b7788e7f3ee2555c8639 (diff) |
[PATCH] cs89x0: credit Dmitry Pervushin
Credit Dmitry Pervushin for the PNX010X platform support.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/cs89x0.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index e2cfde7e31ec..494c71e05c82 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c | |||
@@ -87,6 +87,9 @@ | |||
87 | Deepak Saxena : dsaxena@plexity.net | 87 | Deepak Saxena : dsaxena@plexity.net |
88 | : Intel IXDP2x01 (XScale ixp2x00 NPU) platform support | 88 | : Intel IXDP2x01 (XScale ixp2x00 NPU) platform support |
89 | 89 | ||
90 | Dmitry Pervushin : dpervushin@ru.mvista.com | ||
91 | : PNX010X platform support | ||
92 | |||
90 | */ | 93 | */ |
91 | 94 | ||
92 | /* Always include 'config.h' first in case the user wants to turn on | 95 | /* Always include 'config.h' first in case the user wants to turn on |