View | Details | Raw Unified | Return to bug 272507 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/acpica/acpi.c (+2 lines)
Lines 1406-1411 acpi_reserve_resources(device_t dev) Link Here
1406
	    if (rle->res != NULL)
1406
	    if (rle->res != NULL)
1407
		continue;
1407
		continue;
1408
1408
1409
#if 0
1409
	    /*
1410
	    /*
1410
	     * Try to reserve the resource from our parent.  If this
1411
	     * Try to reserve the resource from our parent.  If this
1411
	     * fails because the resource is a system resource, just
1412
	     * fails because the resource is a system resource, just
Lines 1417-1422 acpi_reserve_resources(device_t dev) Link Here
1417
	     */
1418
	     */
1418
	    resource_list_reserve(rl, dev, children[i], rle->type, &rle->rid,
1419
	    resource_list_reserve(rl, dev, children[i], rle->type, &rle->rid,
1419
		rle->start, rle->end, rle->count, 0);
1420
		rle->start, rle->end, rle->count, 0);
1421
#endif
1420
	}
1422
	}
1421
    }
1423
    }
1422
    free(children, M_TEMP);
1424
    free(children, M_TEMP);

Return to bug 272507