Module Name: src
Committed By: ad
Date: Sun Apr 25 11:23:34 UTC 2010
Modified Files:
src/sys/dev/gpio: gpio.c
Log Message:
console spam
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/gpio/gpio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/gpio/gpio.c
diff -u src/sys/dev/gpio/gpio.c:1.32 src/sys/dev/gpio/gpio.c:1.33
--- src/sys/dev/gpio/gpio.c:1.32 Wed Feb 24 22:37:57 2010
+++ src/sys/dev/gpio/gpio.c Sun Apr 25 11:23:34 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: gpio.c,v 1.32 2010/02/24 22:37:57 dyoung Exp $ */
+/* $NetBSD: gpio.c,v 1.33 2010/04/25 11:23:34 ad Exp $ */
/* $OpenBSD: gpio.c,v 1.6 2006/01/14 12:33:49 grange Exp $ */
/*
@@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gpio.c,v 1.32 2010/02/24 22:37:57 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gpio.c,v 1.33 2010/04/25 11:23:34 ad Exp $");
/*
* General Purpose Input/Output framework.
@@ -218,7 +218,7 @@
struct gpiobus_attach_args *gba = aux;
#endif
if (pnp != NULL)
- printf("gpiobus at %s", pnp);
+ aprint_normal("gpiobus at %s", pnp);
return UNCONF;
}