summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-02-02 22:59:48 +0000
committerjoerg <joerg@FreeBSD.org>1996-02-02 22:59:48 +0000
commite23399eaf558fee184a774ddc90635fbbcff85ca (patch)
treeb220424f6bcff59f11e7fb832b94f0a77f8fa40a /sys/scsi/scsiconf.c
parente13396326f906a986ab79baed2f0a23e9282f1f9 (diff)
downloadFreeBSD-src-e23399eaf558fee184a774ddc90635fbbcff85ca.zip
FreeBSD-src-e23399eaf558fee184a774ddc90635fbbcff85ca.tar.gz
Add the HP4020i CD-R as a known device.
Reorder the CD-R entries in knowndevs[]. Submitted by: fred@jjarray.umd.edu (Fred Cawthorne)
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 662522f..44be2bc 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.49 1996/01/31 07:32:11 jkh Exp $
+ * $Id: scsiconf.c,v 1.50 1996/02/02 22:57:27 joerg Exp $
*/
#include <sys/types.h>
@@ -326,11 +326,19 @@ static struct scsidevs knowndevs[] =
#endif /* NCD */
#if NWORM > 0
{
- T_WORM, T_WORM, T_REMOV, "YAMAHA", "CDR100", "*",
+ T_READONLY, T_WORM, T_REMOV, "HP", "C4324/C4325", "*",
"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
+ * announce theirselves as T_READONLY if a CD-ROM (or fixated
+ * CD-R) is there. This record catches the latter case, while
+ * the former one falls under the terms of the generic T_WORM
+ * below.
+ */
{
- T_READONLY, T_WORM, T_REMOV, "HP", "C4324/C4325", "*",
+ T_READONLY, T_WORM, T_REMOV, "PLASMON", "RF41*", "*",
"worm", SC_ONE_LU
},
{
OpenPOWER on IntegriCloud