patch-1.3.73 linux/drivers/block/floppy.c
Next file: linux/drivers/block/genhd.c
Previous file: linux/drivers/block/Config.in
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Mar 11 18:09:16 1996
- Orig file:
v1.3.72/linux/drivers/block/floppy.c
- Orig date:
Tue Mar 5 10:10:52 1996
diff -u --recursive --new-file v1.3.72/linux/drivers/block/floppy.c linux/drivers/block/floppy.c
@@ -448,8 +448,7 @@
* Track buffer
* Because these are written to by the DMA controller, they must
* not contain a 64k byte boundary crossing, or data will be
- * corrupted/lost. Alignment of these is enforced in boot/head.S.
- * Note that you must not change the sizes below without updating head.S.
+ * corrupted/lost.
*/
static char *floppy_track_buffer=0;
static int max_buffer_sectors=0;
@@ -3522,7 +3521,7 @@
int drive = DRIVE(dev);
if (MAJOR(dev) != MAJOR_NR) {
- DPRINT("floppy_changed: not a floppy\n");
+ DPRINT("check_floppy_change: not a floppy\n");
return 0;
}
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