diff options
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/scsiconf.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index c8af1a5..97464ac 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.81 1997/03/10 20:51:17 joerg Exp $ + * $Id: scsiconf.c,v 1.82 1997/03/23 06:33:49 bde Exp $ */ #include "opt_scsi.h" @@ -395,6 +395,11 @@ static struct scsidevs knowndevs[] = T_READONLY, T_WORM, T_REMOV, "IMS", "CDD2000*", "*", "worm", SC_ONE_LU }, + { + /* Here's another Philips drive... */ + T_READONLY, T_WORM, T_REMOV, "PHILIPS", "CDD2*", "*", + "worm", SC_ONE_LU + }, /* * The Plasmon's are dual-faced: they appear as T_WORM if the * drive is empty, or a CD-R medium is in the drive, and they |