patch-2.4.4 linux/include/asm-s390/ccwcache.h

Next file: linux/include/asm-s390/chandev.h
Previous file: linux/include/asm-s390/bitops.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/asm-s390/ccwcache.h linux/include/asm-s390/ccwcache.h
@@ -62,6 +62,7 @@
 #define CQR_STATUS_DONE     0x04	/* request is completed successfully */
 #define CQR_STATUS_ERROR    0x05	/* request is completed with error */
 #define CQR_STATUS_FAILED   0x06	/* request is finally failed */
+#define CQR_STATUS_PENDING  0x07        /* request is waiting for interrupt - ERP only */ 
 
 #define CQR_FLAGS_CHAINED  0x01	/* request is chained by another (last CCW is TIC) */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)