Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 08/05/2004 18:04:35
Module Name:	src
Committed By:	dbj
Date:		Thu Aug  5 18:04:35 UTC 2004

Modified Files:
	src/sys/arch/i386/i386: autoconf.c machdep.c
	src/sys/arch/i386/stand/pxeboot: Makefile

Log Message:
fix several related bugs that cause sysctl machdep.diskinfo to
lose when booted from pxeboot.
. make sure that i386_alldisks gets initialized even if
  bios geometry information is not available in the bootinfo
. if i386_alldisks is not initialized, have sysctl return EOPNOTSUPP
. compile pxeboot with -DPASS_BIOSGEOM and I386_INCLUDE_DISK=yes
  this may increase the size of pxeboot which is required to run
  in 64k.  However, it seems to be working ok on my system


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/arch/i386/i386/autoconf.c
cvs rdiff -r1.556 -r1.557 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/stand/pxeboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.