Re: [PATCH 2/6] ehea: pHYP interface
From: Arnd Bergmann <hidden>
Date: 2006-08-09 13:16:07
Also in:
lkml, netdev
On Wednesday 09 August 2006 10:38, Jan-Bernd Themann wrote:
quoted hunk ↗ jump to hunk
--- linux-2.6.18-rc4-orig/drivers/net/ehea/ehea_hcall.h=A01969-12-31 16:0=
0:00.000000000 -0800
quoted hunk ↗ jump to hunk
+++ kernel/drivers/net/ehea/ehea_hcall.h=A0=A0=A0=A0=A0=A0=A0=A02006-08-0=
8 23:59:38.111462960 -0700
quoted hunk ↗ jump to hunk
@@ -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 <><