public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2.6] Move Sungem to gige menu
@ 2004-08-15  3:04 Zwane Mwaikambo
  2004-08-15  9:49 ` Christoph Hellwig
  0 siblings, 1 reply; 8+ messages in thread
From: Zwane Mwaikambo @ 2004-08-15  3:04 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Andrew Morton

Move Sun GEM driver option to the gigabit ethernet section.

Signed-off-by: Zwane Mwaikambo <zwane@fsmlabs.com>

Index: linux-2.6.8/drivers/net/Kconfig
===================================================================
RCS file: /home/cvsroot/linux-2.6.8/drivers/net/Kconfig,v
retrieving revision 1.1.1.1
diff -u -p -B -r1.1.1.1 Kconfig
--- linux-2.6.8/drivers/net/Kconfig	14 Aug 2004 17:53:39 -0000	1.1.1.1
+++ linux-2.6.8/drivers/net/Kconfig	14 Aug 2004 18:12:05 -0000
@@ -562,14 +562,6 @@ config SUNQE
 	  To compile this driver as a module, choose M here: the module
 	  will be called sunqe.

-config SUNGEM
-	tristate "Sun GEM support"
-	depends on NET_ETHERNET && PCI
-	select CRC32
-	help
-	  Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0.  See also
-	  <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
-
 config NET_VENDOR_3COM
 	bool "3COM cards"
 	depends on NET_ETHERNET && (ISA || EISA || MCA || PCI)
@@ -2131,6 +2123,13 @@ config TIGON3
 	  To compile this driver as a module, choose M here: the module
 	  will be called tg3.  This is recommended.

+config SUNGEM
+	tristate "Sun GEM support"
+	depends on NET_ETHERNET && PCI
+	select CRC32
+	help
+	  Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0.  See also
+	  <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
 endmenu

 #

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][2.6] Move Sungem to gige menu
  2004-08-15  3:04 [PATCH][2.6] Move Sungem to gige menu Zwane Mwaikambo
@ 2004-08-15  9:49 ` Christoph Hellwig
  2004-08-15 15:04   ` Zwane Mwaikambo
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2004-08-15  9:49 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Linux Kernel, Andrew Morton

On Sat, Aug 14, 2004 at 11:04:23PM -0400, Zwane Mwaikambo wrote:
> Move Sun GEM driver option to the gigabit ethernet section.

The SunGEM on my ibook only supports 10/100Mbit


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][2.6] Move Sungem to gige menu
  2004-08-15  9:49 ` Christoph Hellwig
@ 2004-08-15 15:04   ` Zwane Mwaikambo
  2004-08-15 15:17     ` Zwane Mwaikambo
  0 siblings, 1 reply; 8+ messages in thread
From: Zwane Mwaikambo @ 2004-08-15 15:04 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Linux Kernel, Andrew Morton

On Sun, 15 Aug 2004, Christoph Hellwig wrote:

> On Sat, Aug 14, 2004 at 11:04:23PM -0400, Zwane Mwaikambo wrote:
> > Move Sun GEM driver option to the gigabit ethernet section.
>
> The SunGEM on my ibook only supports 10/100Mbit

Thanks, i'm an idiot.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][2.6] Move Sungem to gige menu
  2004-08-15 15:04   ` Zwane Mwaikambo
@ 2004-08-15 15:17     ` Zwane Mwaikambo
  2004-08-15 15:21       ` Christoph Hellwig
  0 siblings, 1 reply; 8+ messages in thread
From: Zwane Mwaikambo @ 2004-08-15 15:17 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Linux Kernel, Andrew Morton

On Sun, 15 Aug 2004, Zwane Mwaikambo wrote:

> On Sun, 15 Aug 2004, Christoph Hellwig wrote:
>
> > On Sat, Aug 14, 2004 at 11:04:23PM -0400, Zwane Mwaikambo wrote:
> > > Move Sun GEM driver option to the gigabit ethernet section.
> >
> > The SunGEM on my ibook only supports 10/100Mbit
>
> Thanks, i'm an idiot.

The confusion came about when i was searching for the GigE NIC driver for
the G5

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][2.6] Move Sungem to gige menu
  2004-08-15 15:17     ` Zwane Mwaikambo
@ 2004-08-15 15:21       ` Christoph Hellwig
  2004-08-15 22:26         ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2004-08-15 15:21 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Linux Kernel, Andrew Morton

On Sun, Aug 15, 2004 at 11:17:25AM -0400, Zwane Mwaikambo wrote:
> The confusion came about when i was searching for the GigE NIC driver for
> the G5

I think that can only mean we should get rid of that confusing menu ASAP.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][2.6] Move Sungem to gige menu
  2004-08-15 15:21       ` Christoph Hellwig
@ 2004-08-15 22:26         ` Benjamin Herrenschmidt
  2004-08-16  0:00           ` David S. Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2004-08-15 22:26 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Zwane Mwaikambo, Linux Kernel list, Andrew Morton

On Mon, 2004-08-16 at 01:21, Christoph Hellwig wrote:
> On Sun, Aug 15, 2004 at 11:17:25AM -0400, Zwane Mwaikambo wrote:
> > The confusion came about when i was searching for the GigE NIC driver for
> > the G5
> 
> I think that can only mean we should get rid of that confusing menu ASAP.

Heh, agreed.

In the case of sungem, it depends on the PHY connected to it, it's
gigabit on desktops & high end laptops, and 10/100 on ibooks and most
imacs. I suppose the ones used by Sun are all gigabit tho.

Ben.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][2.6] Move Sungem to gige menu
  2004-08-15 22:26         ` Benjamin Herrenschmidt
@ 2004-08-16  0:00           ` David S. Miller
  2004-08-16  5:05             ` Zwane Mwaikambo
  0 siblings, 1 reply; 8+ messages in thread
From: David S. Miller @ 2004-08-16  0:00 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: hch, zwane, linux-kernel, akpm

On Mon, 16 Aug 2004 08:26:53 +1000
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:

> I suppose the ones used by Sun are all gigabit tho.

Actually no, the ones onboard in the SunBlade100 are
10/100 only.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][2.6] Move Sungem to gige menu
  2004-08-16  0:00           ` David S. Miller
@ 2004-08-16  5:05             ` Zwane Mwaikambo
  0 siblings, 0 replies; 8+ messages in thread
From: Zwane Mwaikambo @ 2004-08-16  5:05 UTC (permalink / raw)
  To: David S. Miller
  Cc: Benjamin Herrenschmidt, Christoph Hellwig, netdev, Linux Kernel,
	Andrew Morton

On Sun, 15 Aug 2004, David S. Miller wrote:

> On Mon, 16 Aug 2004 08:26:53 +1000
> Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
>
> > I suppose the ones used by Sun are all gigabit tho.
>
> Actually no, the ones onboard in the SunBlade100 are
> 10/100 only.

How about;

Index: linux-2.6.8/drivers/net/Kconfig
===================================================================
RCS file: /home/cvsroot/linux-2.6.8/drivers/net/Kconfig,v
retrieving revision 1.1.1.1
diff -u -p -B -r1.1.1.1 Kconfig
--- linux-2.6.8/drivers/net/Kconfig	14 Aug 2004 17:53:39 -0000	1.1.1.1
+++ linux-2.6.8/drivers/net/Kconfig	16 Aug 2004 04:53:44 -0000
@@ -159,11 +159,11 @@ endif
 #	Ethernet
 #

-menu "Ethernet (10 or 100Mbit)"
+menu "Ethernet (10/100/1000Mbit)"
 	depends on NETDEVICES

 config NET_ETHERNET
-	bool "Ethernet (10 or 100Mbit)"
+	bool "Ethernet (10/100/1000Mbit)"
 	---help---
 	  Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common
 	  type of Local Area Network (LAN) in universities and companies.
@@ -1878,15 +1878,6 @@ config NE_H8300

 source "drivers/net/fec_8xx/Kconfig"

-endmenu
-
-#
-#	Gigabit Ethernet
-#
-
-menu "Ethernet (1000 Mbit)"
-	depends on NETDEVICES
-
 config ACENIC
 	tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
 	depends on PCI

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-08-16  5:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-15  3:04 [PATCH][2.6] Move Sungem to gige menu Zwane Mwaikambo
2004-08-15  9:49 ` Christoph Hellwig
2004-08-15 15:04   ` Zwane Mwaikambo
2004-08-15 15:17     ` Zwane Mwaikambo
2004-08-15 15:21       ` Christoph Hellwig
2004-08-15 22:26         ` Benjamin Herrenschmidt
2004-08-16  0:00           ` David S. Miller
2004-08-16  5:05             ` Zwane Mwaikambo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox