linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Horsten <thomas@horsten.com>
To: Halil Demirezen <nitrium@bilmuh.ege.edu.tr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: about bios
Date: Tue, 6 May 2003 00:45:26 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.40.0305060041550.7106-100000@jehova.dsm.dk> (raw)
In-Reply-To: <20030505225013.GA5375@bilmuh.ege.edu.tr>

Hi Halil,

On Tue, 6 May 2003, Halil Demirezen wrote:

> I entered bios and disabled FDC and expected to linux
> work still well with floppy, that is fd0.
>
> I thought that linux is not dependent on bios for using
> fdc, hdc, and other things. I want to know how linux uses bios.
>
> does linux still depends on bios thing?

No, it does not, but the floppy driver (drivers/block/floppy.c) looks at
certain hardcoded IO addresses to see if there is a floppy controller or
not.

What you do in the BIOS does not only disable the BIOS calls for the
floppy controller, it turns it completely off in the chipset (software
disconnect) so it is never accessed with the IO access, and therefore is
not detected.

It would probably be possible to turn it on again in floppy.c, but it
would be chipset dependent how to do it.

Cheers,
Thomas


  reply	other threads:[~2003-05-05 22:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-05 22:50 about bios Halil Demirezen
2003-05-05 22:45 ` Thomas Horsten [this message]
2003-05-05 23:04   ` Halil Demirezen
2003-05-05 23:08     ` Thomas Horsten
2003-05-05 23:52       ` Adam Sulmicki
2003-05-06  8:03         ` Thomas Horsten
2003-05-06 10:06           ` Eric W. Biederman
2003-05-06 12:28         ` Mr. James W. Laferriere
2003-06-18 14:43           ` Adam Sulmicki
2003-06-18 15:18             ` Mr. James W. Laferriere

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.40.0305060041550.7106-100000@jehova.dsm.dk \
    --to=thomas@horsten.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nitrium@bilmuh.ege.edu.tr \
    /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).