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: Tom Cosgrove (tomcvs.openbsd.org)
Date: Tue May 03 2005 - 08:02:45 CDT


CVSROOT: /cvs
Module name: src
Changes by: tomcvs.openbsd.org 2005/05/03 07:02:45

Modified files:
        sys/arch/i386/stand/libsa: memprobe.c
        sys/arch/i386/stand/boot: conf.c
        sys/arch/i386/stand/cdboot: conf.c
        sys/arch/i386/stand/pxeboot: conf.c
        sys/arch/amd64/stand/libsa: memprobe.c
        sys/arch/amd64/stand/boot: conf.c
        sys/arch/amd64/stand/cdboot: conf.c
        sys/arch/amd64/stand/pxeboot: conf.c

Log message:
Convert the size of a memory chunk from bytes to megabytes before
casting to a 32-bit value, not after. Corrects the display of large
memory chunks in the probing: line (mem[615K 3518M 0M a20=on] becomes
mem[615K 3518M 12288M a20=on]).

Bump version on boot, cdboot and pxeboot accordingly.

"looks ok to me" weingart