Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/11/1999 17:01:42
Module Name:	src
Committed By:	fvdl
Date:		Fri Mar 12 01:01:42 UTC 1999

Modified Files:
	src/sys/arch/i386/i386: autoconf.c machdep.c
	src/sys/arch/i386/include: bootinfo.h cpu.h
	src/sys/arch/i386/stand/lib: biosdisk_ll.h bootinfo_biosgeom.c
Log Message:
Clean up the BIOS disk matching code a bit (better naming, one structure
and sysctl to export to userland). Also, only use total number of sectors
given in the extended parameters if the physical chs geometry is
marked invalid. Hopefully fixes a problem where BIOSs would not correctly
fill in this field.