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

> I have an Inferno app that monitors /dev/draw and remembers enough state
> to reproduce the display (actively) on the /dev/draw of any client that connects
> to it on a network port.  The clients can connect at any time.
> It does need a real local /dev/draw to do the grunge and maintain the images.

post it!  i've wanted that for plan 9 for a while.




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