Subject: Re: Yesterdays kernel.
To: None <Herb.Peyerl@sidney.novatel.ca, current-users@sun-lamp.cs.berkeley.edu>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 04/08/1994 13:19:21
   stray interrupt 5
   stray interrupt 5
   stray interrupt 5
   stray interrupt 5
   stray interrupt 5; stopped logging

This was caused by a little oversight in the if_ed driver.  Interrupt
routines are now expected to return a tri-state value, and it wasn't.

FYI, the value is generally one of:

   0 - This interrupt wasn't for me.
   1 - This interrupt was for me.
  -1 - This interrupt might have been for me, but Hell if I know.

Currently, 1 and -1 do the same thing, but this may change.


------------------------------------------------------------------------------