Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/26/1997 10:50:02
jonathan
Sun Oct 26 02:41:33 PST 1997
Update of /a/cvsroot/src/sys/arch/pmax/include
In directory netbsd1:/var/slash-tmp/cvs-serv21956
Added Files:
intr.h
Log Message:
<machine/intr.h> is required. Supply an empty one.
VS: ----------------------------------------------------------------------
jonathan
Sun Oct 26 02:47:15 PST 1997
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory netbsd1:/var/slash-tmp/cvs-serv22022
Modified Files:
rz.c
Log Message:
Fixes for sysinst and installing diskimage:
* Check for a disklabel matching the known values in an install diskimage.
If found, update incore disklabel's RAW_PART with the size reported
by the disk, clobbering the size used by vnd(4).*
* If geometry info is bogus or /missing, supply a fake geometry
(as in sd.c). Saves readdisklabel() and sysinst from divide-by-zero errors.
* lint: RAWPART -> RAW_PART.