mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
Add an entry for the "MBR-7", whatever that is.
Submitted by: rich
This commit is contained in:
parent
2ed427b0ad
commit
b73daed8ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13670
@ -16,7 +16,7 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.44 1995/12/26 21:08:39 peter Exp $
|
||||
* $Id: scsiconf.c,v 1.45 1995/12/27 17:07:12 pst Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -293,9 +293,17 @@ static struct scsidevs knowndevs[] =
|
||||
"cd", SC_MORE_LUS, CD_Q_NO_TOUCH
|
||||
},
|
||||
{
|
||||
T_READONLY, T_REMOV, "NRC", "MBR-7", "*",
|
||||
"cd", SC_MORE_LUS
|
||||
},
|
||||
{
|
||||
T_READONLY, T_READONLY, T_REMOV, "CHINON", "CD-ROM CDS-535","*",
|
||||
"cd", SC_ONE_LU
|
||||
},
|
||||
{
|
||||
T_READONLY, T_READONLY, T_REMOV, "NRC", "MBR-7","*",
|
||||
"cd", SC_MORE_LUS
|
||||
},
|
||||
/*
|
||||
* Note: My drive with v1.0 firmware "forgets" to generate scsi parity
|
||||
* when answering probes.. :-( EVIL!! You need to disable scsi parity
|
||||
|
Loading…
Reference in New Issue
Block a user