All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <michael@ellerman.id.au>
To: Jan-Bernd Themann <ossthema@de.ibm.com>
Cc: Thomas Klein <tklein@de.ibm.com>,
	Jan-Bernd Themann <themann@de.ibm.com>,
	netdev <netdev@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Thomas Klein <osstklei@de.ibm.com>,
	linux-ppc <linuxppc-dev@ozlabs.org>,
	Christoph Raisch <raisch@de.ibm.com>,
	Marcus Eder <meder@de.ibm.com>
Subject: Re: [2.6.19 PATCH 7/7] ehea: Makefile & Kconfig
Date: Sat, 19 Aug 2006 15:25:57 +1000	[thread overview]
Message-ID: <1155965157.1388.1.camel@localhost.localdomain> (raw)
In-Reply-To: <200608181337.44153.ossthema@de.ibm.com>

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

On Fri, 2006-08-18 at 13:37 +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
> +

Please give it a more detailed description. I have a pSeries machine
here with three NICs and none of them are eHEA.

cheers

-- 
Michael Ellerman
IBM OzLabs

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <michael@ellerman.id.au>
To: Jan-Bernd Themann <ossthema@de.ibm.com>
Cc: netdev <netdev@vger.kernel.org>, Thomas Klein <tklein@de.ibm.com>,
	Jan-Bernd Themann <themann@de.ibm.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Thomas Klein <osstklei@de.ibm.com>,
	linux-ppc <linuxppc-dev@ozlabs.org>,
	Christoph Raisch <raisch@de.ibm.com>,
	Marcus Eder <meder@de.ibm.com>
Subject: Re: [2.6.19 PATCH 7/7] ehea: Makefile & Kconfig
Date: Sat, 19 Aug 2006 15:25:57 +1000	[thread overview]
Message-ID: <1155965157.1388.1.camel@localhost.localdomain> (raw)
In-Reply-To: <200608181337.44153.ossthema@de.ibm.com>

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

On Fri, 2006-08-18 at 13:37 +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
> +

Please give it a more detailed description. I have a pSeries machine
here with three NICs and none of them are eHEA.

cheers

-- 
Michael Ellerman
IBM OzLabs

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

  parent reply	other threads:[~2006-08-19  5:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-18 11:37 [2.6.19 PATCH 7/7] ehea: Makefile & Kconfig Jan-Bernd Themann
2006-08-18 11:37 ` Jan-Bernd Themann
2006-08-18 14:18 ` Alexey Dobriyan
2006-08-18 14:18   ` Alexey Dobriyan
2006-08-21 12:16   ` Thomas Klein
2006-08-21 12:16     ` Thomas Klein
2006-08-19  5:25 ` Michael Ellerman [this message]
2006-08-19  5:25   ` Michael Ellerman
  -- strict thread matches above, loose matches on Subject: below --
2006-08-22 12:57 Jan-Bernd Themann
2006-08-22 12:57 ` Jan-Bernd Themann
2006-08-23  8:59 Jan-Bernd Themann
2006-08-23  8:59 ` Jan-Bernd Themann
2006-09-04 10:44 Jan-Bernd Themann
2006-09-04 10:44 ` Jan-Bernd Themann
2006-09-06 13:38 Jan-Bernd Themann
2006-09-06 13:38 ` Jan-Bernd Themann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1155965157.1388.1.camel@localhost.localdomain \
    --to=michael@ellerman.id.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=meder@de.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=ossthema@de.ibm.com \
    --cc=osstklei@de.ibm.com \
    --cc=raisch@de.ibm.com \
    --cc=themann@de.ibm.com \
    --cc=tklein@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.