mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add NEC CDR 210 to list of devices with broken LUN support
This commit is contained in:
parent
f15351202f
commit
dfe11c5d9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13063
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user