[PATCH] nvram driver 2.88mb floppy fix.

©[@ÄØÿ¿8þÿ¿©[@ÄØÿ¿8þÿ¿Adam Schrotenboer (davej@suse.de)
Wed, 7 Feb 2001 18:33:01 +0000 (GMT)


Hi Alan,
Seems that 2.88mb drives can be type 5 or type 6
(I found a Thinkpad with a type 6)

regards,

Dave.

-- 
| Dave Jones.        http://www.suse.de/~davej
| SuSE Labs

diff -urN --exclude-from=/home/davej/.exclude linux/drivers/char/nvram.c linux-dj/drivers/char/nvram.c --- linux/drivers/char/nvram.c Thu Jan 4 20:50:17 2001 +++ linux-dj/drivers/char/nvram.c Sun Feb 4 20:36:45 2001 @@ -481,7 +481,8 @@ #ifdef CONFIG_PROC_FS

static char *floppy_types[] = { - "none", "5.25'' 360k", "5.25'' 1.2M", "3.5'' 720k", "3.5'' 1.44M", "3.5'' 2.88M" + "none", "5.25'' 360k", "5.25'' 1.2M", "3.5'' 720k", "3.5'' 1.44M", + "3.5'' 2.88M", "3.5'' 2.88M" };

static char *gfx_types[] = {

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