summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci')
-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