diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-07-28 09:03:37 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-07-28 09:03:37 +0000 |
| commit | 358cb8ddc172a25f65f3fce59170669a74aaba8e (patch) | |
| tree | a9b4224309eb7d0e547f61aa9905064d39e13d5c | |
| parent | 14cf3a5d8f07f4a0bb2b08a3a52623dc75831d37 (diff) | |
Notes
| -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 dcbe962d310a4..50a6a9558ae88 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.105 1998/03/08 06:52:45 jkh Exp $ + * $Id: scsiconf.c,v 1.106 1998/07/11 07:45:58 bde Exp $ */ #include "opt_scsi.h" @@ -250,7 +250,7 @@ static struct scsidevs knowndevs[] = { #if NOD > 0 { - T_OPTICAL, T_OPTICAL, T_REMOV, "MATSHITA", "PD-1 LF-100*", "*", + T_OPTICAL, T_OPTICAL, T_REMOV, "MATSHITA", "PD-1 LF-1*", "*", "od", SC_MORE_LUS }, { |
