[BACK]Return to eisa_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / eisa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/eisa/eisa_machdep.c between version 1.30 and 1.31

version 1.30, 2008/04/28 20:23:23 version 1.31, 2008/05/30 19:03:10
Line 226  eisa_intr_establish(eisa_chipset_tag_t e
Line 226  eisa_intr_establish(eisa_chipset_tag_t e
         }          }
 #endif  #endif
   
         return intr_establish(irq, pic, pin, type, level, func, arg);          return intr_establish(irq, pic, pin, type, level, func, arg, false);
 }  }
   
 void  void

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>