Searched hist:"90 dea4f9a71dc3aea9fbf81b32487fffeb56c2de" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/isa/ |
H A D | isa_common.c | diff 90dea4f9a71dc3aea9fbf81b32487fffeb56c2de Tue Apr 17 17:14:23 CEST 2007 John Baldwin <jhb@FreeBSD.org> When trying to allocate a PnP BIOS memory resource, the code loops trying to move up the start address until the allocation succeeds. If the alignment of the resource was 0, then the code would keep trying the same request in an infinite loop and hang. Force the request to always move start up by at least 1 byte each time through the loop. diff 90dea4f9a71dc3aea9fbf81b32487fffeb56c2de Tue Apr 17 17:14:23 CEST 2007 John Baldwin <jhb@FreeBSD.org> When trying to allocate a PnP BIOS memory resource, the code loops trying to move up the start address until the allocation succeeds. If the alignment of the resource was 0, then the code would keep trying the same request in an infinite loop and hang. Force the request to always move start up by at least 1 byte each time through the loop.
|