9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: okamoto@granite.cias.osakafu-u.ac.jp
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Toshiba Tecra 720 (notebook)
Date: Thu,  4 Jan 2001 14:31:31 +0900	[thread overview]
Message-ID: <20010104053212.C7F4C199E3@mail.cse.psu.edu> (raw)

>I think we gotta do some configuration on the kernel or something to get it
>work.

I tried to figure out it during this new year vacation, and failed.  At first, I tried to see it
on the working kernel itself what's going on here.

The devfloppy.c reports me as follows when I dispatched a: command:

floppyrevive in
sra ff srb ff dor ff msr 80 dir 7e
floppyrevive out
sra ff srb ff dor ff msr 80 dir 7e
changed
sra ff srb ff dor ff msr 80 dir 7e
xfer: failed 40 10 0
offset 0 len 9216
DMA overrun: retry
floppyxfer: retrying
xfer: failed 40 10 0
offset 0 len 9216
DMA overrun: retry
floppyxfer: retrying
xfer: failed 40 10 0
offset 0 len 9216
DMA overrun: retry
floppyxfer: retrying
xfer: failed 40 10 0
offset 0 len 9216
DMA overrun: retry
changed: trying 3½DD
sra ff srb ff dor ff msr 80 dir 7e
xfer: failed 40 1 0
offset 0 len 4608
floppyxfer: retrying
xfer: failed 40 1 0
offset 0 len 4608
floppyxfer: retrying
xfer: failed 40 1 0
offset 0 len 4608
floppyxfer: retrying
xfer: failed 40 1 0
offset 0 len 4608
changed: truing 3½HD
sra ff srb ff dor ff

mount: mount /n/a: : unknown format

I think this error messages say we need some trick to change the controller mode from something
wrong (probably 5¼HD format 6 rotations/sec) to 3½HD (5 rotations/sec).  But I don't know the
command for this purpose.  I don't even knwo what kind of controller chip is used on my Tecra
720 notebook...

Then, I tried to check the floppy.c file of Linux, and found there is nothing for such codes which
means Linux cann't boot itself on this machine, too.   I was much surprised to find this. :-)

Then, I also checked NEC's PC98 codes, and found something such control seruence, and tried it
on my notebook which lead me to the miserable state.  NEC's PC98 has 3½HD, 3½DD and 5¼HD
format as 3½ floppy format.  It seems to do some trick (mode_set), however, it's controller chip
(7072A)may be different from mine.  Therefore, I'm now thinking that we cannot use those notebook's
floppy drive unless we could get some information neccessary for this trick.

Kenji



             reply	other threads:[~2001-01-04  5:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-04  5:31 okamoto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-01-11 11:19 okamoto
2001-01-09 10:22 okamoto
2001-01-08  7:01 okamoto
2001-01-05  3:06 okamoto
2001-01-05  3:02 okamoto
2001-01-04  7:40 okamoto
2001-01-04  7:20 okamoto
2001-01-04  5:47 okamoto
2000-12-30  5:47 okamoto
2000-12-30  2:50 okamoto
2000-12-29 16:22 Russ Cox
2000-12-29 11:36 okamoto
2000-12-29  9:22 okamoto
2000-12-29  8:40 okamoto
2001-01-02 17:45 ` Deztroyer-a1

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=20010104053212.C7F4C199E3@mail.cse.psu.edu \
    --to=okamoto@granite.cias.osakafu-u.ac.jp \
    --cc=9fans@cse.psu.edu \
    /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).