CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/06/07 10:02:41
Modified files:
sys/arch/mvme68k/mvme68k: bus_dma.c
sys/arch/mvme88k/mvme88k: bus_dma.c
sys/arch/mvmeppc/mvmeppc: bus_dma.c
Log message:
Do not look at the avail_{start,end} members from vm_physmem[] anymore.
These values were used to eventually pass ranges to uvm_pglistalloc(),
which has been fixed to correctly skip no-memory ranges a lot of time ago;
however mvme68k would still use the computed range and osiop would no
longer attach; this repairs it.