linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/6] ehea: Kernel build (Kconfig / Makefile)
@ 2006-08-09  8:40 Jan-Bernd Themann
  2006-08-09 16:33 ` Olof Johansson
  2006-08-10  5:30 ` Michael Neuling
  0 siblings, 2 replies; 4+ messages in thread
From: Jan-Bernd Themann @ 2006-08-09  8:40 UTC (permalink / raw)
  To: netdev; +Cc: Thomas Klein, linux-ppc, Christoph Raisch, linux-kernel,
	Marcus Eder

Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>


  drivers/net/Kconfig  |    6 ++++++
  drivers/net/Makefile |    1 +
  2 files changed, 7 insertions(+)



diff -Nurp -X dontdiff linux-2.6.18-rc4/drivers/net/Kconfig patched_kernel/drivers/net/Kconfig
--- linux-2.6.18-rc4/drivers/net/Kconfig	2006-08-06 11:20:11.000000000 -0700
+++ patched_kernel/drivers/net/Kconfig	2006-08-08 03:00:49.526421944 -0700
@@ -2277,6 +2277,12 @@ config CHELSIO_T1
            To compile this driver as a module, choose M here: the module
            will be called cxgb.

+config EHEA
+        tristate "eHEA Ethernet support"
+        depends on IBMEBUS
+        ---help---
+          This driver supports the IBM pSeries ethernet adapter
+
  config IXGB
  	tristate "Intel(R) PRO/10GbE support"
  	depends on PCI
diff -Nurp -X dontdiff linux-2.6.18-rc4/drivers/net/Makefile patched_kernel/drivers/net/Makefile
--- linux-2.6.18-rc4/drivers/net/Makefile	2006-08-06 11:20:11.000000000 -0700
+++ patched_kernel/drivers/net/Makefile	2006-08-08 03:00:30.061451584 -0700
@@ -10,6 +10,7 @@ obj-$(CONFIG_E1000) += e1000/
  obj-$(CONFIG_IBM_EMAC) += ibm_emac/
  obj-$(CONFIG_IXGB) += ixgb/
  obj-$(CONFIG_CHELSIO_T1) += chelsio/
+obj-$(CONFIG_EHEA) += ehea/
  obj-$(CONFIG_BONDING) += bonding/
  obj-$(CONFIG_GIANFAR) += gianfar_driver.o

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

* Re: [PATCH 6/6] ehea: Kernel build (Kconfig / Makefile)
  2006-08-09  8:40 [PATCH 6/6] ehea: Kernel build (Kconfig / Makefile) Jan-Bernd Themann
@ 2006-08-09 16:33 ` Olof Johansson
  2006-08-10  5:30 ` Michael Neuling
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2006-08-09 16:33 UTC (permalink / raw)
  To: Jan-Bernd Themann
  Cc: Thomas Klein, netdev, linux-kernel, linux-ppc, Christoph Raisch,
	Marcus Eder

On Wed, Aug 09, 2006 at 10:40:50AM +0200, Jan-Bernd Themann wrote:
> Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
> 
> 
>   drivers/net/Kconfig  |    6 ++++++
>   drivers/net/Makefile |    1 +
>   2 files changed, 7 insertions(+)
> 
> 
> 
> diff -Nurp -X dontdiff linux-2.6.18-rc4/drivers/net/Kconfig patched_kernel/drivers/net/Kconfig
> --- linux-2.6.18-rc4/drivers/net/Kconfig	2006-08-06 11:20:11.000000000 -0700
> +++ patched_kernel/drivers/net/Kconfig	2006-08-08 03:00:49.526421944 -0700
> @@ -2277,6 +2277,12 @@ config CHELSIO_T1
>             To compile this driver as a module, choose M here: the module
>             will be called cxgb.
> 
> +config EHEA
> +        tristate "eHEA Ethernet support"
> +        depends on IBMEBUS
> +        ---help---
> +          This driver supports the IBM pSeries ethernet adapter

Does this adapter really not have a better name for the option
description? That's a very vague description given that IBM pSeries
machines have had all sorts of ethernet adapters through the years.



-Olof

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

* Re: [PATCH 6/6] ehea: Kernel build (Kconfig / Makefile)
  2006-08-09  8:40 [PATCH 6/6] ehea: Kernel build (Kconfig / Makefile) Jan-Bernd Themann
  2006-08-09 16:33 ` Olof Johansson
@ 2006-08-10  5:30 ` Michael Neuling
  2006-08-11  8:03   ` Thomas Q Klein
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Neuling @ 2006-08-10  5:30 UTC (permalink / raw)
  To: Jan-Bernd Themann; +Cc: Thomas Klein, linux-ppc, Christoph Raisch

> --- linux-2.6.18-rc4/drivers/net/Makefile	2006-08-06 11:20:11.000000000 -
0700
> +++ patched_kernel/drivers/net/Makefile	2006-08-08 03:00:30.061451584 -
0700
> @@ -10,6 +10,7 @@ obj-$(CONFIG_E1000) += e1000/
>   obj-$(CONFIG_IBM_EMAC) += ibm_emac/
>   obj-$(CONFIG_IXGB) += ixgb/
>   obj-$(CONFIG_CHELSIO_T1) += chelsio/
> +obj-$(CONFIG_EHEA) += ehea/
>   obj-$(CONFIG_BONDING) += bonding/
>   obj-$(CONFIG_GIANFAR) += gianfar_driver.o

Looks like the whitespace has been munged here... 

Mikey

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

* Re: [PATCH 6/6] ehea: Kernel build (Kconfig / Makefile)
  2006-08-10  5:30 ` Michael Neuling
@ 2006-08-11  8:03   ` Thomas Q Klein
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Q Klein @ 2006-08-11  8:03 UTC (permalink / raw)
  To: Michael Neuling; +Cc: linux-ppc, mikey, Christoph Raisch, osstklei

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

mikey@ozlabs.org wrote on 10.08.2006 07:30:24:

> > --- linux-2.6.18-rc4/drivers/net/Makefile   2006-08-06 
11:20:11.000000000 -
> 0700
> > +++ patched_kernel/drivers/net/Makefile   2006-08-08 
03:00:30.061451584 -
> 0700
> > @@ -10,6 +10,7 @@ obj-$(CONFIG_E1000) += e1000/
> >   obj-$(CONFIG_IBM_EMAC) += ibm_emac/
> >   obj-$(CONFIG_IXGB) += ixgb/
> >   obj-$(CONFIG_CHELSIO_T1) += chelsio/
> > +obj-$(CONFIG_EHEA) += ehea/
> >   obj-$(CONFIG_BONDING) += bonding/
> >   obj-$(CONFIG_GIANFAR) += gianfar_driver.o
> 
> Looks like the whitespace has been munged here... 
> 
> Mikey

I see it looks damaged but infact it isn't. All obj-$(CONFIG_*) lines in
the Makefile start at column 0 and so does the one I added. I don't know
why it appears in the diff like that.

Thomas

[-- Attachment #2: Type: text/html, Size: 1121 bytes --]

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

end of thread, other threads:[~2006-08-11  8:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-09  8:40 [PATCH 6/6] ehea: Kernel build (Kconfig / Makefile) Jan-Bernd Themann
2006-08-09 16:33 ` Olof Johansson
2006-08-10  5:30 ` Michael Neuling
2006-08-11  8:03   ` Thomas Q Klein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).