Module Name: src Committed By: macallan Date: Sun Mar 30 20:06:50 UTC 2014
Modified Files: src/sys/arch/mips/include: isa_machdep.h Log Message: catch up with *_intr_string() changes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/include/isa_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/include/isa_machdep.h diff -u src/sys/arch/mips/include/isa_machdep.h:1.6 src/sys/arch/mips/include/isa_machdep.h:1.7 --- src/sys/arch/mips/include/isa_machdep.h:1.6 Sat Mar 29 19:28:29 2014 +++ src/sys/arch/mips/include/isa_machdep.h Sun Mar 30 20:06:50 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.h,v 1.6 2014/03/29 19:28:29 christos Exp $ */ +/* $NetBSD: isa_machdep.h,v 1.7 2014/03/30 20:06:50 macallan Exp $ */ /*- * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ struct mips_isa_chipset { void (*ic_intr_disestablish)(void *, void *); int (*ic_intr_alloc)(void *, int, int, int *); - const char *(*ic_intr_string)(void *, int); + const char *(*ic_intr_string)(void *, int, char *, size_t); void (*ic_detach_hook)(isa_chipset_tag_t, device_t); };