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: Owain Ainsworth (ogacvs.openbsd.org)
Date: Wed Jun 30 2010 - 14:23:15 CDT


CVSROOT: /cvs
Module name: src
Changes by: ogacvs.openbsd.org 2010/06/30 13:23:15

Modified files:
        sys/arch/amd64/amd64: machdep.c

Log message:
amd64_pa_used is weird.

We check a bunch of things, where most archs are a lot more simple.
Also, we get problems sometimes: My x201 can't map the framebuffer BAR
from the aperture with the chunk that checks the bios sections, meaning
the bios is claiming something about it.

Kettenis and I are pretty sure that the rest of the checks are more than
sufficient, so just nuke that one.

for the record, in the same situation i386 just checks again VGA_START,
BIOS_END and physmem.

ok kettenis