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/pmax/tc/ioasic.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/pmax/tc/ioasic.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- src/sys/arch/pmax/tc/ioasic.c 2000/03/15 03:07:47 1.12 +++ src/sys/arch/pmax/tc/ioasic.c 2000/06/04 19:14:55 1.13 @@ -1,4 +1,4 @@ -/* $NetBSD: ioasic.c,v 1.12 2000/03/15 03:07:47 nisimura Exp $ */ +/* $NetBSD: ioasic.c,v 1.13 2000/06/04 19:14:55 cgd Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -28,7 +28,7 @@ */ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: ioasic.c,v 1.12 2000/03/15 03:07:47 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ioasic.c,v 1.13 2000/06/04 19:14:55 cgd Exp $"); #include #include @@ -191,6 +191,16 @@ ioasicattach(parent, self, aux) ioasic_attach_devs(sc, ioasic_devs, builtin_ndevs); } +const struct evcnt * +ioasic_intr_evcnt(dev, cookie) + struct device *dev; + void *cookie; +{ + + /* XXX for now, no evcnt parent reported */ + return NULL; +} + #if 1 /* XXX for now XXX */ void ioasic_intr_establish(dev, cookie, level, handler, val)