[2984] in linux-net channel archive
Re: I had one of these...
daemon@ATHENA.MIT.EDU (Paul Gortmaker)
Fri May 24 01:36:39 1996
From: Paul Gortmaker <gpg109@rsphy6.anu.edu.au>
To: kostas@rincewind.techpath.gr (Liakakis Kostas)
Date: Fri, 24 May 1996 03:59:35 +1000 (EST)
Cc: linux-net@vger.rutgers.edu
In-Reply-To: <Pine.LNX.3.91.960522135308.1599A-100000@rincewind.techpath.gr> from "Liakakis Kostas" at May 22, 96 02:02:20 pm
> I am sorry for running such an old kernel with all the pre2.0 fuss
> nowadays, but .95 worked well enough for me. Anyway, today I got some
> messages from the smc-ultra driver (I have an SMC-EtherEZ card):
>
> eth1: Interrupted while interrupts are masked! isr=0x1 imr=0x0.
That shouldn't happen but fortunately it is harmless, as the driver
traps it. Usual reason is having a noisy bus, or having the card
on irq 7 or 15, and thus receiving bogus interrupt events.
> eth1: Too much work at interrupt, status 0x01
> eth1: Too much work at interrupt, status 0x40
> eth1: Too much work at interrupt, status 0x01
> eth1: Too much work at interrupt, status 0x01
> eth1: Too much work at interrupt, status 0x01
These messages will vanish when you move to 99 or 100 or wherever it
was that Donald's updated ultra driver went in. Note that the new PIO
support added may be broken, but seeing as you are already using your
EtherEZ card in sh-mem mode, this should be a non-issue.
Paul.