Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 10/30/1998 19:54:46
Module Name:	src
Committed By:	jonathan
Date:		Sat Oct 31 03:54:45 UTC 1998

Modified Files:
	src/distrib/utils/sysinst: disks.c
Log Message:
The disk-scanning loop in get_disks() had a magic upper bound of 5.
Replace with MAX_DISKS (size of the array of disk info).

Fixes a problem where sysinst cannot install onto disks rz5 or greater
on pmaxes (which use old SCSI with wired-down scsi devices, even for
GENERIC kernels).