Module Name: src Committed By: martin Date: Tue Oct 18 03:38:50 UTC 2016
Modified Files: src/sys/dev/isa: isa_stub.c Log Message: Make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/isa/isa_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/isa/isa_stub.c diff -u src/sys/dev/isa/isa_stub.c:1.1 src/sys/dev/isa/isa_stub.c:1.2 --- src/sys/dev/isa/isa_stub.c:1.1 Mon Oct 17 18:23:49 2016 +++ src/sys/dev/isa/isa_stub.c Tue Oct 18 03:38:50 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: isa_stub.c,v 1.1 2016/10/17 18:23:49 jdolecek Exp $ */ +/* $NetBSD: isa_stub.c,v 1.2 2016/10/18 03:38:50 martin Exp $ */ /*- * Copyright (c) 2016 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isa_stub.c,v 1.1 2016/10/17 18:23:49 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isa_stub.c,v 1.2 2016/10/18 03:38:50 martin Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -47,6 +47,9 @@ __KERNEL_RCSID(0, "$NetBSD: isa_stub.c,v void *default_isa_intr_establish_xname(isa_chipset_tag_t ic, int irq, int type, int level, int (*ih_fun)(void *), void *ih_arg, const char *xname); +void *isa_intr_establish_xname(isa_chipset_tag_t ic, int irq, + int type, + int level, int (*ih_fun)(void *), void *ih_arg, const char *xname); __strict_weak_alias(isa_intr_establish_xname, default_isa_intr_establish_xname); void *