mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Rogue entry for DEC DLT2700
Reviewed by: julian & phk Submitted by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
This commit is contained in:
parent
c539d1dc8c
commit
3faaf0b64a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20001
@ -16,7 +16,7 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.66 1996/11/07 18:13:57 max Exp $
|
||||
* $Id: scsiconf.c,v 1.67 1996/11/09 02:44:11 max Exp $
|
||||
*/
|
||||
|
||||
#include "opt_scsi.h"
|
||||
@ -298,6 +298,10 @@ static struct scsidevs knowndevs[] =
|
||||
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "WangDAT", "Model 1300", "*",
|
||||
"st", SC_ONE_LU, 0, mode_wangdat1300
|
||||
},
|
||||
{
|
||||
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "DEC", "DLT2700", "*",
|
||||
"st", SC_MORE_LUS, 0
|
||||
},
|
||||
{
|
||||
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "*", "*", "*",
|
||||
"st", SC_ONE_LU, 0, mode_unktape
|
||||
|
Loading…
Reference in New Issue
Block a user