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>
This commit is contained in:
parent
5a4db6eb6c
commit
e49784d15d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user