From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6673cfcf0fbf61fd62eefd7913c55e13@plan9.bell-labs.com> To: lucio@proxima.alt.za, 9fans@cse.psu.edu Subject: Re: Ha! (Was: [9fans] no job control; thank you!) From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 30 Jul 2002 01:31:37 -0400 Topicbox-Message-UUID: d584a46a-eaca-11e9-9e20-41e7f4b1d025 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. */