summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-11-06 13:33:53 +0000
committerjoerg <joerg@FreeBSD.org>1996-11-06 13:33:53 +0000
commit94c96027319f02f817bc2459c8384177006796a4 (patch)
tree98e0d6427f1511fcc656285bfe871119cf77bee8 /sys/scsi/scsiconf.c
parent3027e72f0efb4632f520f8945a9930e27d60e9c2 (diff)
downloadFreeBSD-src-94c96027319f02f817bc2459c8384177006796a4.zip
FreeBSD-src-94c96027319f02f817bc2459c8384177006796a4.tar.gz
Updates and bugfixes to the worm driver:
. also detect the Phlips CDD2000; it's software-compatible with the HP part Submitted by: cau@cc.gatech.edu (Carlos Ugarte) . correct the blocksize handling for CD-DA tracks, and fix multitrack handling Submitted by: nsayer@quack.kfu.com (Nick Sayer) 2.2 candidates!
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