Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/eisa/eisa_machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/eisa/eisa_machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29.44.1 retrieving revision 1.29.44.2 diff -u -p -r1.29.44.1 -r1.29.44.2 --- src/sys/arch/i386/eisa/eisa_machdep.c 2008/05/18 12:32:09 1.29.44.1 +++ src/sys/arch/i386/eisa/eisa_machdep.c 2008/06/04 02:04:47 1.29.44.2 @@ -1,4 +1,4 @@ -/* $NetBSD: eisa_machdep.c,v 1.29.44.1 2008/05/18 12:32:09 yamt Exp $ */ +/* $NetBSD: eisa_machdep.c,v 1.29.44.2 2008/06/04 02:04:47 yamt Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.29.44.1 2008/05/18 12:32:09 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.29.44.2 2008/06/04 02:04:47 yamt Exp $"); #include "ioapic.h" @@ -226,7 +226,7 @@ eisa_intr_establish(eisa_chipset_tag_t e } #endif - return intr_establish(irq, pic, pin, type, level, func, arg); + return intr_establish(irq, pic, pin, type, level, func, arg, false); } void