patch-2.4.20 linux-2.4.20/drivers/s390/char/hwc.h
Next file: linux-2.4.20/drivers/s390/char/hwc_rw.c
Previous file: linux-2.4.20/drivers/s390/block/dasd.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu Nov 28 15:53:14 2002
- Orig file:
linux-2.4.19/drivers/s390/char/hwc.h
- Orig date:
Wed Jul 25 14:12:02 2001
diff -urN linux-2.4.19/drivers/s390/char/hwc.h linux-2.4.20/drivers/s390/char/hwc.h
@@ -22,6 +22,7 @@
#define ET_PMsgCmd 0x09
#define ET_CntlProgOpCmd 0x20
#define ET_CntlProgIdent 0x0B
+#define ET_SigQuiesce 0x1D
#define ET_OpCmd_Mask 0x80000000
#define ET_Msg_Mask 0x40000000
@@ -29,6 +30,7 @@
#define ET_PMsgCmd_Mask 0x00800000
#define ET_CtlProgOpCmd_Mask 0x00000001
#define ET_CtlProgIdent_Mask 0x00200000
+#define ET_SigQuiesce_Mask 0x00000008
#define GMF_DOM 0x8000
#define GMF_SndAlrm 0x4000
@@ -214,7 +216,8 @@
0x0000,
0x0000,
sizeof (_hwcb_mask_t),
- ET_OpCmd_Mask | ET_PMsgCmd_Mask | ET_StateChange_Mask,
+ ET_OpCmd_Mask | ET_PMsgCmd_Mask |
+ ET_StateChange_Mask | ET_SigQuiesce_Mask,
ET_Msg_Mask | ET_PMsgCmd_Mask | ET_CtlProgIdent_Mask
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)