Add NEC CDR 210 to list of devices with broken LUN support
This commit is contained in:
parent
f15351202f
commit
dfe11c5d9d
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* New configuration setup: dufault@hda.com
|
* 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>
|
#include <sys/types.h>
|
||||||
@ -306,6 +306,14 @@ static struct scsidevs knowndevs[] =
|
|||||||
T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:55","*",
|
T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:55","*",
|
||||||
"cd", SC_ONE_LU
|
"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 /* !UKTEST */
|
||||||
#endif /* NCD */
|
#endif /* NCD */
|
||||||
#if NWORM > 0
|
#if NWORM > 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user