diff options
author | max <max@FreeBSD.org> | 1996-11-07 18:13:57 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-07 18:13:57 +0000 |
commit | 7dddc49bcdb0a931861e1b7a55cd518f4421e31c (patch) | |
tree | 782a99b1321d629d160fbcc87badf80109ab4ebb /sys/scsi | |
parent | e570bb4c0c3c6370850547e78809dedbf400684d (diff) | |
download | FreeBSD-src-7dddc49bcdb0a931861e1b7a55cd518f4421e31c.zip FreeBSD-src-7dddc49bcdb0a931861e1b7a55cd518f4421e31c.tar.gz |
Typo, MATSHITA -> MATSUSHITA.
2.2 & 2.1.6 candidate.
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index ac2cc5a..44a074b 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.64 1996/09/10 23:31:08 bde Exp $ + * $Id: scsiconf.c,v 1.65 1996/11/06 13:33:50 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, "MATSUSHITA", "PD-1 LF-1000", "*", "od", SC_MORE_LUS }, { |