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:18:05 CDT


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

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: Makefile conf.c
        sys/arch/amd64/stand/cdboot: Makefile conf.c
        sys/arch/amd64/stand/pxeboot: Makefile conf.c

Log message:
The return value from getEBDAaddr() (info) is not used in bios_E820(),
so nuke it. amd64 no longer needs biosprobe.c listed in SRCS. Trims
100 bytes from the boot blocks.

Bump versions on boot, cdboot and pxeboot, as I'm getting cautious in
my old age.

ok weingart