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/cats/pci/pciide_machdep.c,v retrieving revision 1.4.94.1 retrieving revision 1.5 diff -u -p -r1.4.94.1 -r1.5 --- src/sys/arch/cats/pci/pciide_machdep.c 2009/05/13 17:16:36 1.4.94.1 +++ src/sys/arch/cats/pci/pciide_machdep.c 2009/03/14 14:45:58 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: pciide_machdep.c,v 1.4.94.1 2009/05/13 17:16:36 jym Exp $ */ +/* $NetBSD: pciide_machdep.c,v 1.5 2009/03/14 14:45:58 dsl Exp $ */ /* * Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pciide_machdep.c,v 1.4.94.1 2009/05/13 17:16:36 jym Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pciide_machdep.c,v 1.5 2009/03/14 14:45:58 dsl Exp $"); #include #include @@ -57,7 +57,12 @@ __KERNEL_RCSID(0, "$NetBSD: pciide_machd #include "isa.h" void * -pciide_machdep_compat_intr_establish(struct device *dev, struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg) +pciide_machdep_compat_intr_establish(dev, pa, chan, func, arg) + struct device *dev; + struct pci_attach_args *pa; + int chan; + int (*func)(void *); + void *arg; { #if NISA > 0 int irq;