diff options
author | jhb <jhb@FreeBSD.org> | 2007-04-17 15:14:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2007-04-17 15:14:23 +0000 |
commit | 99ac3651bd2fa42498b0ae9eec88e89aae117757 (patch) | |
tree | 51159e3967ff128defb59acc6d324192b0551dfb /README | |
parent | 8422d21fb88164a386dda2a4fe8768988c149bf4 (diff) | |
download | FreeBSD-src-99ac3651bd2fa42498b0ae9eec88e89aae117757.zip FreeBSD-src-99ac3651bd2fa42498b0ae9eec88e89aae117757.tar.gz |
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.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions