patch-1.3.61 linux/drivers/block/floppy.c
Next file: linux/drivers/block/genhd.c
Previous file: linux/drivers/block/dtc2278.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Feb 8 04:43:10 1996
- Orig file:
v1.3.60/linux/drivers/block/floppy.c
- Orig date:
Wed Feb 7 15:11:21 1996
diff -u --recursive --new-file v1.3.60/linux/drivers/block/floppy.c linux/drivers/block/floppy.c
@@ -3682,7 +3682,7 @@
case 0x0:
output_byte(FD_SAVE);
r = result();
- if (r != 17) {
+ if (r != 16) {
printk("FDC %d init: SAVE: unexpected return of %d bytes.\n", fdc, r);
return FDC_UNKNOWN;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this