changeset 493:ef4c3a01d9d5

cp: fix up definition of SCHIB From: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 21 Apr 2011 17:47:10 -0400
parents bf04161a8f5c
children 66dc0c7b0399
files cp/include/channel.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cp/include/channel.h	Thu Apr 21 17:37:41 2011 -0400
+++ b/cp/include/channel.h	Thu Apr 21 17:47:10 2011 -0400
@@ -115,8 +115,8 @@
 	    n:1;		/* Path no operational */
 	u16 __zero:1,
 	    fc:3,		/* Function control */
-	    ac:8,		/* Activity control */
-	    sc:4;		/* Status control */
+	    ac:7,		/* Activity control */
+	    sc:5;		/* Status control */
 
 	/* word 1 */
 	u32 addr;		/* CCW Address */