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/amiga/dev/repulse.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amiga/dev/repulse.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- src/sys/arch/amiga/dev/repulse.c 2005/01/15 15:19:51 1.13 +++ src/sys/arch/amiga/dev/repulse.c 2005/06/13 21:34:17 1.14 @@ -1,4 +1,4 @@ -/* $NetBSD: repulse.c,v 1.13 2005/01/15 15:19:51 kent Exp $ */ +/* $NetBSD: repulse.c,v 1.14 2005/06/13 21:34:17 jmc Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: repulse.c,v 1.13 2005/01/15 15:19:51 kent Exp $"); +__KERNEL_RCSID(0, "$NetBSD: repulse.c,v 1.14 2005/06/13 21:34:17 jmc Exp $"); #include #include @@ -257,7 +257,7 @@ repulse_attach(struct device *parent, st struct repulse_softc *sc; struct zbus_args *zap; struct repulse_hw *bp; - uint8_t *fwp; + const uint8_t *fwp; int needs_firmware; uint16_t a; @@ -282,9 +282,9 @@ repulse_attach(struct device *parent, st delay(1 * USECPERTICK); - for (fwp = (uint8_t *)repulse_firmware; + for (fwp = (const uint8_t *)repulse_firmware; fwp < (repulse_firmware_size + - (uint8_t *)repulse_firmware); fwp++) + (const uint8_t *)repulse_firmware); fwp++) bp->rhw_firmwareload = *fwp; delay(1 * USECPERTICK);