From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/6] ehea: pHYP interface Date: Wed, 9 Aug 2006 15:14:46 +0200 Message-ID: <200608091514.46861.arnd.bergmann@de.ibm.com> References: <44D99F1A.4080905@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Thomas Klein , netdev , linux-kernel , Christoph Raisch , Marcus Eder Return-path: To: linuxppc-dev@ozlabs.org In-Reply-To: <44D99F1A.4080905@de.ibm.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org List-Id: netdev.vger.kernel.org On Wednesday 09 August 2006 10:38, Jan-Bernd Themann wrote: > --- linux-2.6.18-rc4-orig/drivers/net/ehea/ehea_hcall.h=A01969-12-31 16:0= 0:00.000000000 -0800 > +++ kernel/drivers/net/ehea/ehea_hcall.h=A0=A0=A0=A0=A0=A0=A0=A02006-08-0= 8 23:59:38.111462960 -0700 > @@ -0,0 +1,52 @@ > + > +/** > + * This file contains HCALL defines that are to be included in the appro= priate > + * kernel files later > + */ > + > +#define H_ALLOC_HEA_RESOURCE =A0 0x278 > +#define H_MODIFY_HEA_QP =A0 =A0 =A0 =A00x250 > +#define H_QUERY_HEA_QP =A0 =A0 =A0 =A0 0x254 > +#define H_QUERY_HEA =A0 =A0 =A0 =A0 =A0 =A00x258 > +#define H_QUERY_HEA_PORT =A0 =A0 =A0 0x25C > +#define H_MODIFY_HEA_PORT =A0 =A0 =A00x260 > +#define H_REG_BCMC =A0 =A0 =A0 =A0 =A0 =A0 0x264 > +#define H_DEREG_BCMC =A0 =A0 =A0 =A0 =A0 0x268 > +#define H_REGISTER_HEA_RPAGES =A00x26C > +#define H_DISABLE_AND_GET_HEA =A00x270 > +#define H_GET_HEA_INFO =A0 =A0 =A0 =A0 0x274 > +#define H_ADD_CONN =A0 =A0 =A0 =A0 =A0 =A0 0x284 > +#define H_DEL_CONN =A0 =A0 =A0 =A0 =A0 =A0 0x288 I guess these should go to include/asm-powerpc/hvcall.h instead. Arnd <><