9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: Ha! (Was: [9fans] no job control; thank you!)
@ 2002-07-30  5:31 Russ Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Russ Cox @ 2002-07-30  5:31 UTC (permalink / raw)
  To: lucio, 9fans

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.
	 */



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ha! (Was: [9fans] no job control; thank you!)
  2002-07-30  5:26 ` Ha! (Was: [9fans] no job control; thank you!) Lucio De Re
@ 2002-07-30  5:31   ` Lucio De Re
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio De Re @ 2002-07-30  5:31 UTC (permalink / raw)
  To: 9fans

On Tue, Jul 30, 2002 at 07:26:55AM +0200, Lucio De Re wrote:
> 
> On Tue, Jul 30, 2002 at 01:11:30AM -0400, Russ Cox wrote:
> > 
> > post it!  i've wanted that for plan 9 for a while.
> > 
> I see you're back.  If it's OK with you, I'd like some help with
> the PCnet driver.  I have it working OK for the 79c960 even under
> 4ed, but under VMware it is more than a little shaky.
> 
... and other embarrassing details :-(

Sorry, all.  Mutt asked me if it should include the mailing list, and
I explicitly answered "no".  I didn't think of actually checking.

++L


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Ha! (Was: [9fans] no job control; thank you!)
  2002-07-30  5:11 [9fans] no job control; thank you! Russ Cox
@ 2002-07-30  5:26 ` Lucio De Re
  2002-07-30  5:31   ` Lucio De Re
  0 siblings, 1 reply; 3+ messages in thread
From: Lucio De Re @ 2002-07-30  5:26 UTC (permalink / raw)
  To: Russ Cox; +Cc: 9fans

On Tue, Jul 30, 2002 at 01:11:30AM -0400, Russ Cox wrote:
> 
> post it!  i've wanted that for plan 9 for a while.
> 
I see you're back.  If it's OK with you, I'd like some help with
the PCnet driver.  I have it working OK for the 79c960 even under
4ed, but under VMware it is more than a little shaky.

I'll be back in my office from Thursday, then I'll be able to
refresh my memory.  I recall thinking that the symptoms would strike
you as much more meaningful than to me.  I think it had to do with
not getting the interrupt from VMware, but I'll be a lot clearer
once I've taken a good look.

++L

PS:  I have reworked the whole thing into (a) a single source file
(heretical as it may be) and (b) with the indirect function calls you
added for 16- and 32-bit operation.

PPS:  Of course, if you aren't going to be able to help, I'll bounce
it all off the mailing list, but I thought the whole issue could wait
until you had a chance to let me know.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-30  5:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-30  5:31 Ha! (Was: [9fans] no job control; thank you!) Russ Cox
  -- 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

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).