OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Sun Jun 07 2009 - 11:02:41 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 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.