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: Federico G. Schwindt (fgschcvs.openbsd.org)
Date: Tue Jul 01 2008 - 22:00:00 CDT


CVSROOT: /cvs
Module name: src
Changes by: fgschcvs.openbsd.org 2008/07/01 21:00:00

Modified files:
        sys/arch/amd64/amd64: rbus_machdep.c
        sys/arch/amd64/include: rbus_machdep.h
        sys/arch/i386/i386: rbus_machdep.c
        sys/arch/i386/include: rbus_machdep.h

Log message:
* Dynamically set the rbus start address. from netbsd.
* For amd64, remove pcibios traces.
* make RBUS_IO_START, RBUS_IO_SIZE, RBUS_MIN_START and RBUS_MEM_SIZE
(on i386) configurable via kernel options.
* Remove unneeded headers.
* Some cleanups.

originally reported in pr/5829 and tested by viq <viq at viq dot ath dot cx>.
fixes ian laptop too.
kettenis and miod agrees that although not perfect, this is the right
direction.