mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.
This commit is contained in:
parent
0209e040ba
commit
f84e9bf4af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13035
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user