Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 1996 14:05:02 -0500 (EST)
From:      Clarence Wilkerson <freebsd@hopf.math.purdue.edu>
To:        current@freebsd.org, j@uriah.heep.sax.de
Cc:        wilker@hopf.math.purdue.edu
Subject:   More on NEC diffs in scsiconf.c
Message-ID:  <199601261905.OAA07332@hopf.math.purdue.edu>

next in thread | raw e-mail | index | archive | help

Thanks for the suggested diffs. As given, there is a complaint
in the compile for -current. It appears that the data structures
have included another field since the diffs suggested were test.

The old diffs added lines like

{{T_READONLY, T_REMOV, "NCR", "MBR-7"  .........}

The compile complaint and comparison to other entries suggest that this should
be
{T_READONLY, T_READONLY, T_REMOV, "NCR", "MBR-7" .........}.
for -current .

This gave a clean compile, and moreover, the kernel with these changes
worked.

Mounting via boot/fstab worked ok. Mount by hand sometimes took a couple
tries. It takes about 7 seconds to change platters.
Clarence Wilkerson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601261905.OAA07332>