9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Uh oh, disk problems.
Date: Thu, 12 Apr 2001 14:06:49 -0400	[thread overview]
Message-ID: <200104121806.OAA19715@augusta.math.psu.edu> (raw)
In-Reply-To: <20010412130455.A012D19A01@mail.cse.psu.edu>

In article <20010412130455.A012D19A01@mail.cse.psu.edu> you write:
>Although it's not good that your drive is going bad, it's good that
>it's not the driver.

Ha!  Maybe for you.  ;-)

Nah, I too, am glad that the driver isn't at fault---software problems
always seem far more insideous than a simple case of bad hardware.  My
only real complaint about the driver is that it didn't emit a more
informative diagnostic, but that's largely an asthetic issue.

>Next time I delve into the driver I'm going to make it more interrupt
>driven so you won't see the Inil interrupt.

Cool.  btw- the Inil seems to be printed in response to a call to
atanop() which is called after ataready() times out in
atastartgenio().  Why the Inil message is printed out is sort of
unclear to me.  My suspicion is atatstartgenio() is attempting to abort
an operation, which has ceased to exist.  I suppose a simple way to get
rid of the message would be to add a state flag to the data structure
which describes the controller state that says, ``I'm aborting an
operation....'' and the test for that in atainterrupt(), but I'm very
unfamiliar with the issue, so I doubt that would be correct.  ;-)

	- Dan C.



  reply	other threads:[~2001-04-12 18:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-12 13:04 jmk
2001-04-12 18:06 ` Dan Cross [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-04-12 18:15 jmk
2001-04-12 18:56 ` Dan Cross
2001-04-11  0:40 jmk
2001-04-11  2:00 ` Dan Cross
2001-04-11  2:57 ` Dan Cross
2001-04-11  3:13   ` Jim McKie
2001-04-12  6:06     ` Dan Cross
2001-04-11  0:33 Dan Cross

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=200104121806.OAA19715@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --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).