Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.

This commit is contained in:
Peter Wemm 1995-12-26 21:08:39 +00:00
parent 0209e040ba
commit f84e9bf4af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13035

View File

@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
* $Id: scsiconf.c,v 1.42 1995/12/14 09:54:29 phk Exp $
* $Id: scsiconf.c,v 1.43 1995/12/14 19:44:29 bde Exp $
*/
#include <sys/types.h>
@ -296,6 +296,16 @@ static struct scsidevs knowndevs[] =
T_READONLY, T_READONLY, T_REMOV, "CHINON", "CD-ROM CDS-535","*",
"cd", SC_ONE_LU
},
/*
* Note: My drive with v1.0 firmware "forgets" to generate scsi parity
* when answering probes.. :-( EVIL!! You need to disable scsi parity
* checking in order to find out that it answers to all 7 LUNS. :-(
* -Peter
*/
{
T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:55","*",
"cd", SC_ONE_LU
},
#endif /* !UKTEST */
#endif /* NCD */
#if NWORM > 0