]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.arch/s390-04-06-cio-sac-update.diff
Add a patch to fix Intel E100 wake-on-lan problems.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.arch / s390-04-06-cio-sac-update.diff
CommitLineData
6a930a95
BS
1From: Gerald Schaefer <geraldsc@de.ibm.com>
2Subject: cio: update sac values
3References: bnc#445100
4
5Symptom: Drivers based on fcx fail to start I/O.
6Problem: Values for the sac field have changed.
7Solution: Update code accordingly.
8
9Acked-by: John Jolly <jjolly@suse.de>
10---
11 arch/s390/include/asm/fcx.h | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14Index: 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)