aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-06-03 20:22:48 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-06-03 20:22:48 +0000
commitbfe14b3edca6be5befc5d08ea059dc2e8c05ba1d (patch)
treef67b36903eca620c81b2f6d6a39ac41affd436c7
parentb5eb4e5196b5559f400ef59de3dca6a7aabc42c0 (diff)
Notes
-rw-r--r--sys/amd64/amd64/nexus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c
index 1ac0c67ea2e78..01178bf36fad7 100644
--- a/sys/amd64/amd64/nexus.c
+++ b/sys/amd64/amd64/nexus.c
@@ -481,8 +481,6 @@ nexus_get_resource(device_t dev, device_t child, int type, int rid, u_long *star
struct resource_list_entry *rle;
rle = resource_list_find(rl, type, rid);
- device_printf(child, "type %d rid %d startp %p countp %p - got %p\n",
- type, rid, startp, countp, rle);
if (!rle)
return(ENOENT);
if (startp)