diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2007-07-05 07:11:16 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-10 14:13:46 -0400 |
commit | 02c1889166b47b9ade309a8f4b7c4ddf0489d869 (patch) | |
tree | eaaa0827b57dea6cd7945019b3f73b600f582654 /MAINTAINERS | |
parent | def47c5095d53814512bb0c62ec02dfdec769db1 (diff) |
ps3: gigabit ethernet driver for PS3, take3
Hi,
This is the third submission of the network driver for PS3.
The differences from the previous one are:
- renamed source file names so that their prefix can match
with the module name
- added cbe-oss-dev@ozlabs.org line for MAINTAINER file
- changed some in copyright comments
If there are no more comments, please apply for 2.6.23.
Thank you
--
Subject: PS3: Ethernet driver
From: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Add Gigabit Ethernet support for the PS3 game console. The module will
be called ps3_gelic.
CC: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2c1dfb271613..0223d6d191df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2930,6 +2930,13 @@ M: mikpe@it.uu.se | |||
2930 | L: linux-ide@vger.kernel.org | 2930 | L: linux-ide@vger.kernel.org |
2931 | S: Maintained | 2931 | S: Maintained |
2932 | 2932 | ||
2933 | PS3 NETWORK SUPPORT | ||
2934 | P: Masakazu Mokuno | ||
2935 | M: mokuno@sm.sony.co.jp | ||
2936 | L: netdev@vger.kernel.org | ||
2937 | L: cbe-oss-dev@ozlabs.org | ||
2938 | S: Supported | ||
2939 | |||
2933 | PS3 PLATFORM SUPPORT | 2940 | PS3 PLATFORM SUPPORT |
2934 | P: Geoff Levand | 2941 | P: Geoff Levand |
2935 | M: geoffrey.levand@am.sony.com | 2942 | M: geoffrey.levand@am.sony.com |