diff --git a/sys/i386/i386/nexus.c b/sys/i386/i386/nexus.c index 818da86e6be4..3812c0a1acf3 100644 --- a/sys/i386/i386/nexus.c +++ b/sys/i386/i386/nexus.c @@ -519,8 +519,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)