diff options
-rw-r--r-- | sys/scsi/scsiconf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index c0dc22a..38941e6 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.79 1997/02/22 09:44:34 peter Exp $ + * $Id: scsiconf.c,v 1.80 1997/03/06 15:36:17 joerg Exp $ */ #include "opt_scsi.h" @@ -385,6 +385,10 @@ static struct scsidevs knowndevs[] = "worm", SC_ONE_LU }, { + T_READONLY, T_WORM, T_REMOV, "HP", "CD-Writer 6020", "*", + "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 |