9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: lucio@proxima.alt.za, 9fans@cse.psu.edu
Subject: Re: Ha! (Was: [9fans] no job control; thank you!)
Date: Tue, 30 Jul 2002 01:31:37 -0400	[thread overview]
Message-ID: <6673cfcf0fbf61fd62eefd7913c55e13@plan9.bell-labs.com> (raw)

there's a bug in vmware's virtual ether card.  did you catch this
in the current driver's reset function?

	while(!(ctlr->ior(ctlr, Rdp) & Idon))
		;

	/*
	 * We used to set CSR0 to Idon|Stop here, and then
	 * in attach change it to Iena|Strt.  Apparently the simulated
	 * 79C970 in VMware never enables after a write of Idon|Stop,
	 * so we enable the device here now.
	 */
	ctlr->iow(ctlr, Rdp, Iena|Strt);
	ctlr->init = 0;
	iunlock(ctlr);

	/*
	 * Linkage to the generic ethernet driver.
	 */



             reply	other threads:[~2002-07-30  5:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-30  5:31 Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-07-30  5:11 [9fans] no job control; thank you! Russ Cox
2002-07-30  5:26 ` Ha! (Was: [9fans] no job control; thank you!) Lucio De Re
2002-07-30  5:31   ` Lucio De Re

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=6673cfcf0fbf61fd62eefd7913c55e13@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=lucio@proxima.alt.za \
    /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).