pxelinux: use a table-driven backoff
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 13 Apr 2009 20:54:33 +0000 (13:54 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 13 Apr 2009 20:54:33 +0000 (13:54 -0700)
commitfdd5495d5f0fccb967a97947fe0f5ee4ba9f6003
tree0981b928fbb9a4e3b5488a1018ff114db20fedc2
parentc140eadf55dca4d14f5b2977f243aa6d97ddfa69
pxelinux: use a table-driven backoff

Use a table-driven backoff so we can provide a backoff which doesn't
increase as sharply (by integral powers of two) as before.  Rather
than worrying about doing fractional multiplication, simply provide a
backoff table.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/dnsresolv.inc
core/pxelinux.asm