Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Comment out currently unused mbprint().
details: https://anonhg.NetBSD.org/src/rev/c8fa6bbdb4b2
branches: trunk
changeset: 753795:c8fa6bbdb4b2
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Apr 10 17:40:36 2010 +0000
description:
Comment out currently unused mbprint().
diffstat:
sys/arch/atari/atari/autoconf.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 16e841b41d52 -r c8fa6bbdb4b2 sys/arch/atari/atari/autoconf.c
--- a/sys/arch/atari/atari/autoconf.c Sat Apr 10 16:45:51 2010 +0000
+++ b/sys/arch/atari/atari/autoconf.c Sat Apr 10 17:40:36 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.58 2010/04/10 16:14:07 tsutsui Exp $ */
+/* $NetBSD: autoconf.c,v 1.59 2010/04/10 17:40:36 tsutsui Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.58 2010/04/10 16:14:07 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.59 2010/04/10 17:40:36 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -46,9 +46,11 @@
#include <atari/atari/device.h>
static void findroot(void);
+int mbmatch(struct device *, struct cfdata *, void *);
void mbattach(struct device *, struct device *, void *);
+#if 0
int mbprint(void *, const char *);
-int mbmatch(struct device *, struct cfdata *, void *);
+#endif
int atari_realconfig;
#include <sys/kernel.h>
@@ -284,6 +286,7 @@
config_found(dp, __UNCONST("avmebus") , simple_devprint);
}
+#if 0
int
mbprint(void *auxp, const char *pnp)
{
@@ -292,3 +295,4 @@
aprint_normal("%s at %s", (char *)auxp, pnp);
return UNCONF;
}
+#endif
Home |
Main Index |
Thread Index |
Old Index