changeset 1:29382f5864ca

io: fix definition of SCSW
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 25 Feb 2011 18:58:43 -0500
parents 5d9f272f4db6
children 68bac03da6ff
files src/io.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/io.c	Thu Feb 24 23:04:37 2011 -0500
+++ b/src/io.c	Fri Feb 25 18:58:43 2011 -0500
@@ -235,8 +235,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 */