Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 11/30/1999 21:02:08
Module Name:	syssrc
Committed By:	simonb
Date:		Wed Dec  1 05:02:03 UTC 1999

Modified Files:
	syssrc/sys/arch/pmax/stand/installboot: loadbootstrap.c

Log Message:
Return the blocksize-rounded-up length (which was the size malloc()d
anyway).  The resultant pwrite() is now a multiple of the blocksize and
doesn't fail on a pmax with the MI SCSI driver.

Problem noticed by Tohru Nishimura.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/pmax/stand/installboot/loadbootstrap.c

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