Oops, this was the very conservative value. Testing with my laptop (that has a slow EHCI controller) reveals that we need some more room here.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18930 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2006-09-25 19:13:59 +00:00
parent 4330ef22d5
commit a183e86663
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress,
}
}
int32 retries = 20;
int32 retries = 5000;
while (retries-- > 0) {
if (!_Lock())
return B_ERROR;