summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index b1b882d..ac9c306 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.85 1997/05/03 22:23:13 joerg Exp $
+ * $Id: scsiconf.c,v 1.86 1997/05/19 17:32:07 jmz Exp $
*/
#include "opt_scsi.h"
@@ -441,6 +441,10 @@ static struct scsidevs knowndevs[] =
T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*",
"sd", SC_ONE_LU
},
+ {
+ T_DIRECT, T_DIRECT, T_REMOV, "*", "*", "*",
+ "sd", SC_ONE_LU
+ },
#endif /* NSD */
#if NST > 0
{
OpenPOWER on IntegriCloud