forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 [email protected] 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 <[email protected]> Add Gigabit Ethernet support for the PS3 game console. The module will be called ps3_gelic. CC: Geoff Levand <[email protected]> Signed-off-by: Masakazu Mokuno <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
- Loading branch information
Masakazu Mokuno
authored and
Jeff Garzik
committed
Jul 10, 2007
1 parent
def47c5
commit 02c1889
Showing
5 changed files
with
1,834 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2930,6 +2930,13 @@ M: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
|
||
PS3 NETWORK SUPPORT | ||
P: Masakazu Mokuno | ||
M: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
|
||
PS3 PLATFORM SUPPORT | ||
P: Geoff Levand | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.