patch-2.2.17 linux/include/asm-s390/s390io.h
Next file: linux/include/asm-s390/setup.h
Previous file: linux/include/asm-s390/queue.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/include/asm-s390/s390io.h
- Orig date:
Mon Sep 4 18:37:17 2000
diff -u --recursive --new-file v2.2.16/include/asm-s390/s390io.h linux/include/asm-s390/s390io.h
@@ -52,7 +52,8 @@
unsigned int repnone : 1; /* don't call IRQ handler on interrupt */
unsigned int newreq : 1; /* new register interface */
unsigned int dval : 1; /* device number valid */
- unsigned int unused : (sizeof(unsigned int)*8 - 23); /* unused */
+ unsigned int unknown : 1; /* unknown device - if SenseID failed */
+ unsigned int unused : (sizeof(unsigned int)*8 - 24); /* unused */
} __attribute__ ((packed)) flags;
} ui;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)