Remove stray debug from p4 integration.

This commit is contained in:
Warner Losh 2006-01-01 08:26:39 +00:00
parent e3d101c377
commit 98b7810732

View File

@ -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