patch-2.0.30 linux/drivers/block/floppy.c
Next file: linux/drivers/block/ide-cd.c
Previous file: linux/arch/i386/lib/semaphore.S
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Apr 8 08:47:45 1997
- Orig file:
v2.0.29/linux/drivers/block/floppy.c
- Orig date:
Tue Sep 24 04:12:40 1996
diff -u --recursive --new-file v2.0.29/linux/drivers/block/floppy.c linux/drivers/block/floppy.c
@@ -276,7 +276,7 @@
* current disk size is unknown.
* [Now it is rather a minimum]
*/
-#define MAX_DISK_SIZE 2 /* 3984*/
+#define MAX_DISK_SIZE 4 /* 3984*/
#define K_64 0x10000 /* 64KB */
@@ -697,7 +697,7 @@
DPRINT("Disk type is undefined after "
"disk change\n");
current_type[drive] = NULL;
- floppy_sizes[TOMINOR(current_drive)] = MAX_DISK_SIZE;
+ floppy_sizes[TOMINOR(drive)] = MAX_DISK_SIZE;
}
/*USETF(FD_DISK_NEWCHANGE);*/
@@ -4123,9 +4123,11 @@
}
#ifdef FLOPPY_SANITY_CHECK
+#ifndef __sparc__
for (drive=0; drive < N_FDC * 4; drive++)
if (motor_off_timer[drive].next)
printk("motor off timer %d still active\n", drive);
+#endif
if (fd_timeout.next)
printk("floppy timer still active:%s\n", timeout_message);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov