summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/apb.c
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2009-05-14 21:15:27 +0000
committergonzo <gonzo@FreeBSD.org>2009-05-14 21:15:27 +0000
commit99297495c7e2a872ad490df2458797875157e3cb (patch)
tree651ad430f317b9f76148ec419e5e04c17d836e94 /sys/mips/atheros/apb.c
parent388f1b3a741ee69e7a85c202a8f2187ad7020bcf (diff)
downloadFreeBSD-src-99297495c7e2a872ad490df2458797875157e3cb.zip
FreeBSD-src-99297495c7e2a872ad490df2458797875157e3cb.tar.gz
- Remove garbage debug output
Diffstat (limited to 'sys/mips/atheros/apb.c')
-rw-r--r--sys/mips/atheros/apb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/atheros/apb.c b/sys/mips/atheros/apb.c
index f6e20a7..fad29ec 100644
--- a/sys/mips/atheros/apb.c
+++ b/sys/mips/atheros/apb.c
@@ -166,8 +166,6 @@ apb_alloc_resource(device_t bus, device_t child, int type, int *rid,
return (BUS_ALLOC_RESOURCE(device_get_parent(bus), child, type,
rid, start, end, count, flags));
- printf("not pass through\n");
-
/*
* If this is an allocation of the "default" range for a given RID,
* and we know what the resources for this device are (ie. they aren't
OpenPOWER on IntegriCloud