diff options
author | phk <phk@FreeBSD.org> | 1998-07-28 09:03:37 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-07-28 09:03:37 +0000 |
commit | f59d8bb7066a46a683f6c4f511c151bc2c64c29a (patch) | |
tree | 700fc7281ee610fd8d955864956b358745199d77 /sys/scsi/scsiconf.c | |
parent | 535f0f82cc0bea1b424f6f74527a43fb8524fd47 (diff) | |
download | FreeBSD-src-f59d8bb7066a46a683f6c4f511c151bc2c64c29a.zip FreeBSD-src-f59d8bb7066a46a683f6c4f511c151bc2c64c29a.tar.gz |
I have a PD drive (Matsushita PD/CD Drive LF-1600).
The machine can not recognize this PD drive
as neither PD drive nor CD-ROM Drive.
So I can not use CD-ROMs and PDs from FreeBSD.
PR: 7423
Reviewed by: phk
Submitted by: Takura Koyama <takura@popweb.ne.jp>
Diffstat (limited to 'sys/scsi/scsiconf.c')
-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 dcbe962..50a6a95 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 }, { |