Add NEC CDR 210 to list of devices with broken LUN support

This commit is contained in:
Paul Traina 1995-12-27 17:07:12 +00:00
parent f15351202f
commit dfe11c5d9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13063

View File

@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
* $Id: scsiconf.c,v 1.43 1995/12/14 19:44:29 bde Exp $
* $Id: scsiconf.c,v 1.44 1995/12/26 21:08:39 peter Exp $
*/
#include <sys/types.h>
@ -306,6 +306,14 @@ static struct scsidevs knowndevs[] =
T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:55","*",
"cd", SC_ONE_LU
},
/*
* Same with the OEM version of this drive (1.0 firmware).
* -Paul
*/
{
T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:210","*",
"cd", SC_ONE_LU
},
#endif /* !UKTEST */
#endif /* NCD */
#if NWORM > 0