Don't restrict our requests for contiguous memory to addresses >= 1MB.
This fixes, at least, panics in ncr_attach() on i386's with about 5MB
of memory. The restriction was a hack to leave some low memory for ISA
DMA, but on i386's we now allocate pages from the top down, so all the
restriction did was cause our allocations to fail when there is no free
memory above 1MB.
Description
Description
Details
Details
- Provenance
Bruce Evans <bde@FreeBSD.org> Authored on Aug 29 1999, 9:03 AM - Parents
- rGd4c45842d7dd: Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while
- Branches
- Unknown
- Tags