From bfe14b3edca6be5befc5d08ea059dc2e8c05ba1d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 3 Jun 2004 20:22:48 +0000 Subject: MFi386: remove debug printf --- sys/amd64/amd64/nexus.c | 2 -- 1 file changed, 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) -- cgit v1.3