Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ebus Make it compilable with AUDIODEBUG



details:   https://anonhg.NetBSD.org/src/rev/c8195b968487
branches:  trunk
changeset: 823676:c8195b968487
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 02 08:07:37 2017 +0000

description:
Make it compilable with AUDIODEBUG

diffstat:

 sys/dev/ebus/cs4231_ebus.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b7dc76c87ab4 -r c8195b968487 sys/dev/ebus/cs4231_ebus.c
--- a/sys/dev/ebus/cs4231_ebus.c        Tue May 02 07:25:50 2017 +0000
+++ b/sys/dev/ebus/cs4231_ebus.c        Tue May 02 08:07:37 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cs4231_ebus.c,v 1.36 2017/01/24 05:22:38 martin Exp $ */
+/*     $NetBSD: cs4231_ebus.c,v 1.37 2017/05/02 08:07:37 martin Exp $ */
 
 /*
  * Copyright (c) 2002 Valeriy E. Ushakov
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs4231_ebus.c,v 1.36 2017/01/24 05:22:38 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs4231_ebus.c,v 1.37 2017/05/02 08:07:37 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_sparc_arch.h"
@@ -127,7 +127,7 @@
 };
 
 #ifdef AUDIO_DEBUG
-static void    cs4231_ebus_regdump(char *, struct cs4231_ebus_softc *);
+static void    cs4231_ebus_regdump(const char *, struct cs4231_ebus_softc *);
 #endif
 
 static int     cs4231_ebus_dma_reset(bus_space_tag_t, bus_space_handle_t);
@@ -280,7 +280,7 @@
 
 #ifdef AUDIO_DEBUG
 static void
-cs4231_ebus_regdump(char *label, struct cs4231_ebus_softc *ebsc)
+cs4231_ebus_regdump(const char *label, struct cs4231_ebus_softc *ebsc)
 {
        /* char bits[128]; */
 



Home | Main Index | Thread Index | Old Index