Re: [PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-07-03 Thread Masakazu Mokuno
On Mon, 02 Jul 2007 08:30:09 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2264,6 +2264,16 @@ config TSI108_ETH To compile this driver as a module, choose M here: the module will be called tsi108_eth. +config

Re: [PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-07-03 Thread Jeff Garzik
Masakazu Mokuno wrote: --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -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) +=

Re: [PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-07-03 Thread Geert Uytterhoeven
On Tue, 3 Jul 2007, Jeff Garzik wrote: Masakazu Mokuno wrote: --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -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) +=

Re: [PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-07-02 Thread Jeff Garzik
MOKUNO Masakazu wrote: Hi, This is the second submission of the network driver for PS3. This version have been updated to address issues raised in the review. Please apply for 2.6.23. From: Masakazu Mokuno [EMAIL PROTECTED] Add Gigabit Ethernet support for the PS3 game console. The module

Re: [PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-06-25 Thread Masakazu Mokuno
On Sat, 23 Jun 2007 11:09:04 -0700 Geoff Levand [EMAIL PROTECTED] wrote: MOKUNO Masakazu wrote: --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2920,6 +2920,12 @@ M: [EMAIL PROTECTED] L: [EMAIL PROTECTED] S: Maintained +PS3 NETWORK SUPPORT +P: Masakazu Mokuno +M: [EMAIL

Re: [PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-06-23 Thread Geoff Levand
MOKUNO Masakazu wrote: --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2920,6 +2920,12 @@ M: [EMAIL PROTECTED] L: [EMAIL PROTECTED] S: Maintained +PS3 NETWORK SUPPORT +P: Masakazu Mokuno +M: [EMAIL PROTECTED] +L: netdev@vger.kernel.org I think you should put [EMAIL PROTECTED]

[PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-06-19 Thread MOKUNO Masakazu
Hi, This is the second submission of the network driver for PS3. This version have been updated to address issues raised in the review. Please apply for 2.6.23. From: Masakazu Mokuno [EMAIL PROTECTED] Add Gigabit Ethernet support for the PS3 game console. The module will be called ps3_gelic.