summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-11-09 02:44:11 +0000
committermax <max@FreeBSD.org>1996-11-09 02:44:11 +0000
commitdba4c1691be8f524d5c4176d53128907b9caa92a (patch)
tree86ca20ba93c594a9cc74f1ce8794e546225ed367 /sys/scsi/scsiconf.c
parent2eb6d57072244fdc5077c7e5e3d2fa7bfb4b92e8 (diff)
downloadFreeBSD-src-dba4c1691be8f524d5c4176d53128907b9caa92a.zip
FreeBSD-src-dba4c1691be8f524d5c4176d53128907b9caa92a.tar.gz
Back out my previous change.
It probably broke the support for the device. Pointed-Out by: joerg
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 44a074b..f5d4fec 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.65 1996/11/06 13:33:50 joerg Exp $
+ * $Id: scsiconf.c,v 1.66 1996/11/07 18:13:57 max 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, "MATSUSHITA", "PD-1 LF-1000", "*",
+ T_OPTICAL, T_OPTICAL, T_REMOV, "MATSHITA", "PD-1 LF-1000", "*",
"od", SC_MORE_LUS
},
{
OpenPOWER on IntegriCloud