summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-01-01 08:26:39 +0000
committerimp <imp@FreeBSD.org>2006-01-01 08:26:39 +0000
commitd3a57d50d3ab66aa6581e7c6f09b1769f6922bc4 (patch)
tree1341a3ddd9ae9737f7bfc0b60b73ce48394a5594 /sys
parentad47558c9627cf3cabb5200a6a341c8a9698d8d3 (diff)
downloadFreeBSD-src-d3a57d50d3ab66aa6581e7c6f09b1769f6922bc4.zip
FreeBSD-src-d3a57d50d3ab66aa6581e7c6f09b1769f6922bc4.tar.gz
Remove stray debug from p4 integration.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index c77241f..4a661da 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
OpenPOWER on IntegriCloud