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: Mark Kettenis (ketteniscvs.openbsd.org)
Date: Sun Jul 22 2007 - 16:33:05 CDT


CVSROOT: /cvs
Module name: src
Changes by: ketteniscvs.openbsd.org 2007/07/22 15:33:04

Modified files:
        sys/arch/sparc64/include: param.h
        sys/arch/sparc64/sparc64: machdep.c

Log message:
Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.
This allows mappings of more than 256MB, needed by some frame buffers.

"looks good", miod