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/i386/isa/isapnp_machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/isa/isapnp_machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.10.22.1 diff -u -p -r1.10 -r1.10.22.1 --- src/sys/arch/i386/isa/isapnp_machdep.c 2005/12/11 12:17:43 1.10 +++ src/sys/arch/i386/isa/isapnp_machdep.c 2006/10/22 06:04:48 1.10.22.1 @@ -1,4 +1,4 @@ -/* $NetBSD: isapnp_machdep.c,v 1.10 2005/12/11 12:17:43 christos Exp $ */ +/* $NetBSD: isapnp_machdep.c,v 1.10.22.1 2006/10/22 06:04:48 yamt Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -52,7 +52,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: isapnp_machdep.c,v 1.10 2005/12/11 12:17:43 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isapnp_machdep.c,v 1.10.22.1 2006/10/22 06:04:48 yamt Exp $"); #include #include @@ -87,7 +87,7 @@ isapnp_map(struct isapnp_softc *sc) * Unmap I/O regions used by PnP */ void -isapnp_unmap(struct isapnp_softc *sc) +isapnp_unmap(struct isapnp_softc *sc __unused) { /* Do nothing. */ @@ -131,7 +131,7 @@ isapnp_map_readport(struct isapnp_softc * Pretend to unmap a previously mapped `read port'. */ void -isapnp_unmap_readport(struct isapnp_softc *sc) +isapnp_unmap_readport(struct isapnp_softc *sc __unused) { /* Do nothing */