mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Recognize NRC MBR-7.4 too
This commit is contained in:
parent
4abbfcd7ec
commit
a034e85849
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14073
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* New configuration setup: dufault@hda.com
|
* New configuration setup: dufault@hda.com
|
||||||
*
|
*
|
||||||
* $Id: scsiconf.c,v 1.51 1996/02/02 22:59:47 joerg Exp $
|
* $Id: scsiconf.c,v 1.52 1996/02/03 13:31:11 joerg Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -308,7 +308,7 @@ static struct scsidevs knowndevs[] =
|
|||||||
"cd", SC_MORE_LUS, CD_Q_NO_TOUCH
|
"cd", SC_MORE_LUS, CD_Q_NO_TOUCH
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
T_READONLY, T_READONLY, T_REMOV, "NRC", "MBR-7" ,"*",
|
T_READONLY, T_READONLY, T_REMOV, "NRC", "MBR-7*" ,"*",
|
||||||
"cd", SC_MORE_LUS
|
"cd", SC_MORE_LUS
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user