9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: jmk@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Hang at boot.
Date: Fri,  1 Apr 2005 14:45:34 -0500	[thread overview]
Message-ID: <334fe1a2da50f7762cdb2cf4da1a5301@plan9.bell-labs.com> (raw)
In-Reply-To: <fff68c8474c71f207ebc77f989b279c6@quintile.net>

On Fri Apr  1 14:37:00 EST 2005, steve@quintile.net wrote:
> some left over debug I reckon
> 
> /sys/src/boot/pc/etherigbe.c:print("status0 %8.8uX\n", csr32r(ctlr, Status));
> 
> -Steve

hmm. could be related to this in detach() which is called soon after that print:

	/* apparently needed on multi-GHz processors to avoid infinite loops */
	delay(1);
	while(csr32r(ctlr, Ctrl) & Devrst)
		;

we should probably time out the loops in there and return a failure value
instead of void.


  reply	other threads:[~2005-04-01 19:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.0.1112378836.743.9fans@cse.psu.edu>
2005-04-01 18:12 ` Jean-Baptiste Campesato
2005-04-01 18:31   ` Steve Simon
2005-04-01 18:46     ` jmk
2005-04-01 19:36       ` Steve Simon
2005-04-01 19:45         ` jmk [this message]
2005-04-02  5:50         ` lucio
2005-04-01 22:00       ` Charles Forsyth
2005-04-01 22:26         ` Charles Forsyth
2005-04-01 20:29 Jean-Baptiste Campesato

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=334fe1a2da50f7762cdb2cf4da1a5301@plan9.bell-labs.com \
    --to=jmk@plan9.bell-labs.com \
    --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).