]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.arch/s390-04-06-cio-sac-update.diff
Disable build of xen kernel.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.arch / s390-04-06-cio-sac-update.diff
1 From: Gerald Schaefer <geraldsc@de.ibm.com>
2 Subject: cio: update sac values
3 References: bnc#445100
4
5 Symptom: Drivers based on fcx fail to start I/O.
6 Problem: Values for the sac field have changed.
7 Solution: Update code accordingly.
8
9 Acked-by: John Jolly <jjolly@suse.de>
10 ---
11 arch/s390/include/asm/fcx.h | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 Index: linux-sles11/arch/s390/include/asm/fcx.h
15 ===================================================================
16 --- linux-sles11.orig/arch/s390/include/asm/fcx.h
17 +++ linux-sles11/arch/s390/include/asm/fcx.h
18 @@ -248,8 +248,8 @@ struct dcw {
19 #define TCCB_MAX_SIZE (sizeof(struct tccb_tcah) + \
20 TCCB_MAX_DCW * sizeof(struct dcw) + \
21 sizeof(struct tccb_tcat))
22 -#define TCCB_SAC_DEFAULT 0xf901
23 -#define TCCB_SAC_INTRG 0xf902
24 +#define TCCB_SAC_DEFAULT 0x1ffe
25 +#define TCCB_SAC_INTRG 0x1fff
26
27 /**
28 * struct tccb_tcah - Transport-Command-Area Header (TCAH)