mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Emmanuel Fleury <fleury@cs.auc.dk>
To: linux-kernel@vger.kernel.org
Subject: Re: Floppy disk working constantly [PATCH]
Date: Sun, 05 Oct 2003 19:42:08 +0200	[thread overview]
Message-ID: <1065375728.11878.25.camel@rade7.s.cs.auc.dk> (raw)
In-Reply-To: <1065186072.6517.44.camel@rade7.s.cs.auc.dk>

Hi,

Richard B. Johnson did this patch for 2.4.22. And, I applied it and
tested it on both 2.4.22 and 2.6.0-test6. It seems to work.

Please apply this patch to both 2.4.22 and 2.6.0-test6.

-----------------
--- linux-2.4.22/arch/i386/boot/setup.S.orig    Fri Aug  2 20:39:42 2002
+++ linux-2.4.22/arch/i386/boot/setup.S Fri Oct  3 11:50:43 2003
@@ -59,6 +59,8 @@
 #define SIG1   0xAA55
 #define SIG2   0x5A5A

+FDC_MOTOR = 0x3f2
+FDC_MOTON = 0x10
 INITSEG  = DEF_INITSEG         # 0x9000, we move boot here, out of the
way
 SYSSEG   = DEF_SYSSEG          # 0x1000, system loaded at 0x10000
(65536).
 SETUPSEG = DEF_SETUPSEG                # 0x9020, this is the current
segment
@@ -776,6 +778,12 @@

        movb    $0xFB, %al                      # mask all irq's but
irq2 which
        outb    %al, $0x21                      # is cascaded
+
+       movl    $FDC_MOTOR, %edx                # FDC motor control
+       inb     %dx, %al                        # Get what's there
+       andb    $~FDC_MOTON, %al                # Reset motor bit
+       outb    %al, %dx                        # Turn OFF motor
+

 # Well, that certainly wasn't fun :-(. Hopefully it works, and we don't
 # need no steenking BIOS anyway (except for the initial loading :-).
------------

Regards
-- 
Emmanuel

`Right,' said Ford, `I'm going to have a look.'
He glanced round at the others. `Is no one going to say,
"No you can't possibly, let me go instead"?'
They all shook their heads. `Oh well.'
  -- Ford attempting to be heroic (Douglas Adams)


      parent reply	other threads:[~2003-10-05 17:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-03 13:01 Floppy disk working constantly Emmanuel Fleury
2003-10-03 13:14 ` Richard B. Johnson
2003-10-03 14:55   ` Emmanuel Fleury
2003-10-05 17:42 ` Emmanuel Fleury [this message]

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=1065375728.11878.25.camel@rade7.s.cs.auc.dk \
    --to=fleury@cs.auc.dk \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®