diff options
author | joerg <joerg@FreeBSD.org> | 1996-12-14 09:57:04 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-12-14 09:57:04 +0000 |
commit | 086e50a1d3cdae0d4bef217893204d226f9d96f7 (patch) | |
tree | f548500c33e851dd1b1e6139985cde98199041b4 | |
parent | c58aca035e2c61510b619368861598623eb95e52 (diff) | |
download | FreeBSD-src-086e50a1d3cdae0d4bef217893204d226f9d96f7.zip FreeBSD-src-086e50a1d3cdae0d4bef217893204d226f9d96f7.tar.gz |
Add an entry for Ricoh's MO drives.
Submitted by: msmith@atrad.adelaide.edu.au (Michael Smith)
-rw-r--r-- | sys/scsi/scsiconf.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 28e5306..86008c5 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*", "*", @@ -263,6 +262,10 @@ static struct scsidevs knowndevs[] = "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 }, |