lkml.org 
[lkml]   [2003]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.5.66-ac1] Update PC-9800 support (3/3) floppy driver
This is the update patch for NEC PC-9800 subarchitecture
against 2.5.66-ac1. (3/3)
Please apply.

Update floppy driver for PC-98 to syncronize with floppy.c in 2.5.66.

diff -Nru linux-2.5.66-ac1/drivers/block/floppy98.c linux98-2.5.66-ac1/drivers/block/floppy98.c
--- linux-2.5.66-ac1/drivers/block/floppy98.c 2003-03-28 08:40:11.000000000 +0900
+++ linux98-2.5.66-ac1/drivers/block/floppy98.c 2003-03-25 09:13:24.000000000 +0900
@@ -3727,6 +3727,8 @@
name = default_drive_params[type].name;
allowed_drive_mask |= 1 << drive;
}
+ else
+ allowed_drive_mask &= ~(1 << drive);
} else {
params = &default_drive_params[0].params;
sprintf(temparea, "unknown type %d (usb?)", type);
Regards,
Osamu Tomita

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.380 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site