From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] etherrhine problems In-Reply-To: <571128786c2266fc597fd4bc670abc86@plan9.ucalgary.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 23 Feb 2004 17:39:07 -0500 Topicbox-Message-UUID: f2e0dc52-eacc-11e9-9e20-41e7f4b1d025 On Mon Feb 23 17:14:41 EST 2004, mirtchov@cpsc.ucalgary.ca wrote: > the ituner box here hangs with a suspicious problem: > > etherrhine: unhandled irq(s). isr:208 misr:0 > > the Isr (11010000\B) points to a Tx buffer underflow (TxBufUdf), bus > error (BusErr) and a CRC overflow (CrcOvf).. > > has anyone else experienced this? > > andrey My interpretation of those bits is different, I'd say you had a Tx FIFO underflow. Looking at the driver it doesn't seem to set the Tcr anywhere so you'll get the default, try setting it to something larger, say store and forward. There's no setting of the receive configuration either.. Of course, the datasheet is sketchy at best and I could be completely mistaken as to what's going on.