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/powerpc/pic/intr.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/powerpc/pic/intr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -p -r1.1.2.4 -r1.1.2.5 --- src/sys/arch/powerpc/pic/intr.c 2007/05/03 00:02:21 1.1.2.4 +++ src/sys/arch/powerpc/pic/intr.c 2007/05/03 00:13:11 1.1.2.5 @@ -1,4 +1,4 @@ -/* $NetBSD: intr.c,v 1.1.2.4 2007/05/03 00:02:21 macallan Exp $ */ +/* $NetBSD: intr.c,v 1.1.2.5 2007/05/03 00:13:11 garbled Exp $ */ /*- * Copyright (c) 2007 Michael Lorenz @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.1.2.4 2007/05/03 00:02:21 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.1.2.5 2007/05/03 00:13:11 garbled Exp $"); #include "opt_multiprocessor.h" @@ -206,6 +206,8 @@ intr_establish(int hwirq, int type, int ih->ih_irq = irq; *p = ih; + pic->pic_establish_irq(pic, hwirq - pic->pic_intrbase, is->is_type); + return ih; }