Skip to content

Commit

Permalink
ps3: gigabit ethernet driver for PS3, take3
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 5 changed files with 1,834 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
10 changes: 10 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,16 @@ config TSI108_ETH
To compile this driver as a module, choose M here: the module
will be called tsi108_eth.

config GELIC_NET
tristate "PS3 Gigabit Ethernet driver"
depends on PPC_PS3
help
This driver supports the network device on the PS3 game
console. This driver has built-in support for Ethernet.

To compile this driver as a module, choose M here: the
module will be called ps3_gelic.

config GIANFAR
tristate "Gianfar Ethernet"
depends on 85xx || 83xx || PPC_86xx
Expand Down
2 changes: 2 additions & 0 deletions drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ obj-$(CONFIG_TIGON3) += tg3.o
obj-$(CONFIG_BNX2) += bnx2.o
spidernet-y += spider_net.o spider_net_ethtool.o
obj-$(CONFIG_SPIDER_NET) += spidernet.o sungem_phy.o
obj-$(CONFIG_GELIC_NET) += ps3_gelic.o
ps3_gelic-objs += ps3_gelic_net.o
obj-$(CONFIG_TC35815) += tc35815.o
obj-$(CONFIG_SKGE) += skge.o
obj-$(CONFIG_SKY2) += sky2.o
Expand Down
Loading

0 comments on commit 02c1889

Please sign in to comment.