summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-04-01 19:28:03 +0000
committerjoerg <joerg@FreeBSD.org>1997-04-01 19:28:03 +0000
commitf384113a879583c6cd66ed22d0a5e30efe3dc570 (patch)
treed63afe48c4d1328cc674292b378bbee1204e59e6 /sys/scsi
parent3a40347ef164c8b28b3f8ddabfc6d90a74929377 (diff)
downloadFreeBSD-src-f384113a879583c6cd66ed22d0a5e30efe3dc570.zip
FreeBSD-src-f384113a879583c6cd66ed22d0a5e30efe3dc570.tar.gz
Add an entry for the newer Philips CDD26xx family CD-R drives. They
come out with PHILIPS as the vendor string, as opposed to IMS for the older ones. Submitted by: "Brian N. Handy" <handy@sag.space.lockheed.com>
Diffstat (limited to 'sys/scsi')
-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 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
OpenPOWER on IntegriCloud