summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 60e747b..ac2cc5a 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.63 1996/09/08 10:44:16 phk Exp $
+ * $Id: scsiconf.c,v 1.64 1996/09/10 23:31:08 bde Exp $
*/
#include "opt_scsi.h"
@@ -363,6 +363,11 @@ static struct scsidevs knowndevs[] =
T_READONLY, T_WORM, T_REMOV, "HP", "C4324/C4325", "*",
"worm", SC_ONE_LU
},
+ {
+ /* That's the Philips drive, in case anybody wonders... */
+ T_READONLY, T_WORM, T_REMOV, "IMS", "CDD2000*", "*",
+ "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
OpenPOWER on IntegriCloud