[3297] in Athena Bugs
rz55 partition table
daemon@ATHENA.MIT.EDU (John Carr)
Tue Sep 26 11:05:10 1989
To: bugs@ATHENA.MIT.EDU
Date: Tue, 26 Sep 89 11:04:53 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
The rz55 partition table in the pvax kernel (vaxscsi/scsi_data.c)
should be modified to have a b partition consistent with the rz23.
Here is a modified table:
sz_rz55_sizes[8] = {
15884, 0, /* A=blk 0 thru 15883 */
82324, 15884, /* B=blk 0 thru 98207 */
-1, 0, /* C=blk 0 thru end (649039) */
98208, 0, /* D=blk 0 thru 98207 */
289904, 0, /* E=blk 0 thru 289903 */
-1, 98208, /* F=blk 98208 thru end (649039) */
191696, 98208, /* G=blk 98208 thru 289903 */
-1, 289904, /* H=blk 289904 thru end (649039) */
}