linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <davej@suse.de>
To: Alan Cox <alan@redhat.com>
Subject: [PATCH] nvram driver 2.88mb floppy fix.
Date: Wed, 7 Feb 2001 18:33:01 +0000 (GMT)	[thread overview]
Message-ID: <Pine.LNX.4.31.0102071831450.16839-100000@athlon.local> (raw)


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/

                 reply	other threads:[~2001-02-07 18:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.31.0102071831450.16839-100000@athlon.local \
    --to=davej@suse.de \
    --cc=alan@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).