diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 28e53063247f..86008c581df7 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.70 1996/12/07 22:45:15 joerg Exp $ + * $Id: scsiconf.c,v 1.71 1996/12/13 00:00:51 joerg Exp $ */ #include "opt_scsi.h" @@ -248,7 +248,6 @@ static st_modes mode_unktape = static struct scsidevs knowndevs[] = { -/* od's must be probed before sd's since some of them identify as T_DIRECT */ #if NOD > 0 { T_OPTICAL, T_OPTICAL, T_REMOV, "MATSHITA", "PD-1 LF-100*", "*", @@ -262,6 +261,10 @@ static struct scsidevs knowndevs[] = T_DIRECT, T_OPTICAL, T_REMOV, "MOST", "RMD-5200-S", "*", "od", SC_ONE_LU }, + { + T_DIRECT, T_OPTICAL, T_REMOV, "RICOH", "RO-*", "*", + "od", SC_ONE_LU + }, { T_OPTICAL, T_OPTICAL, T_REMOV, "*", "*", "*", "od", SC_ONE_LU