summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-13 00:00:51 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-13 00:00:51 +0000
commit5663e7faf1193426c1a06144854f3ddf60e8b4c0 (patch)
tree67b8b4141dc516cb7888a083dce38edbbd7b9e4c /sys/scsi
parent95f7940131e46ab731963527bb07d1b19471a579 (diff)
downloadFreeBSD-src-5663e7faf1193426c1a06144854f3ddf60e8b4c0.zip
FreeBSD-src-5663e7faf1193426c1a06144854f3ddf60e8b4c0.tar.gz
Slightly change the `od' driver quirk for the Matsushita LF-1000
series drives, and add the NAKAMICHI MO drive RMD-5200-S. Closes PR # kern/2200: Change/Add new optical di... Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index d165e18..28e5306 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.69 1996/11/30 07:39:37 joerg Exp $
+ * $Id: scsiconf.c,v 1.70 1996/12/07 22:45:15 joerg Exp $
*/
#include "opt_scsi.h"
@@ -251,7 +251,7 @@ 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-1000", "*",
+ T_OPTICAL, T_OPTICAL, T_REMOV, "MATSHITA", "PD-1 LF-100*", "*",
"od", SC_MORE_LUS
},
{
@@ -259,6 +259,10 @@ static struct scsidevs knowndevs[] =
"od", SC_MORE_LUS
},
{
+ T_DIRECT, T_OPTICAL, T_REMOV, "MOST", "RMD-5200-S", "*",
+ "od", SC_ONE_LU
+ },
+ {
T_OPTICAL, T_OPTICAL, T_REMOV, "*", "*", "*",
"od", SC_ONE_LU
},
OpenPOWER on IntegriCloud