From 98b7810732cb5e2acd734acea10168f9aa9ba448 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 1 Jan 2006 08:26:39 +0000 Subject: [PATCH] Remove stray debug from p4 integration. --- sys/dev/pci/pci.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index c77241f89bc..4a661daef6b 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -897,12 +897,8 @@ pci_add_map(device_t pcib, device_t bus, device_t dev, * read back. These maps have had all f's written to them by the * BIOS in an attempt to disable the resources. */ - if (!force && (base == 0 || map == testval)) { - if (bootverbose) - printf("ignored rid %#x: base %#llx map %#x testval %#x\n", - reg, base, map, testval); + if (!force && (base == 0 || map == testval)) return (barlen); - } /* * This code theoretically does the right thing, but has