Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/dev remove forgotten debug printf from develo...
details: https://anonhg.NetBSD.org/src/rev/cca6ec6f49db
branches: trunk
changeset: 557505:cca6ec6f49db
user: is <is%NetBSD.org@localhost>
date: Sat Jan 10 21:38:32 2004 +0000
description:
remove forgotten debug printf from development.
diffstat:
sys/arch/amiga/dev/toccata.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 0aad0bf43129 -r cca6ec6f49db sys/arch/amiga/dev/toccata.c
--- a/sys/arch/amiga/dev/toccata.c Sat Jan 10 17:41:52 2004 +0000
+++ b/sys/arch/amiga/dev/toccata.c Sat Jan 10 21:38:32 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: toccata.c,v 1.6 2003/01/06 13:04:59 wiz Exp $ */
+/* $NetBSD: toccata.c,v 1.7 2004/01/10 21:38:32 is Exp $ */
/*-
* Copyright (c) 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: toccata.c,v 1.6 2003/01/06 13:04:59 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: toccata.c,v 1.7 2004/01/10 21:38:32 is Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -597,8 +597,6 @@
int
toccata_query_devinfo(void *addr, mixer_devinfo_t *dip) {
- printf("toccata_query_devinfo(%2d)\n", dip->index);
-
switch(dip->index) {
case TOCCATA_MIC_IN_LVL: /* Microphone */
dip->type = AUDIO_MIXER_VALUE;
Home |
Main Index |
Thread Index |
Old Index