From 930bb1a4da5df36487ac972c12c7ce1ad13c2e7a Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 10 Mar 1997 20:51:17 +0000 Subject: Add a quirk entry for the HP6020i, after John has just confirmed that it works now. Submitted by: jhay@zibbi.mikom.csir.co.za (John Hay) --- sys/scsi/scsiconf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index c0dc22a9f930..38941e66f668 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" @@ -384,6 +384,10 @@ static struct scsidevs knowndevs[] = T_READONLY, T_WORM, T_REMOV, "HP", "C4324/C4325", "*", "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*", "*", -- cgit v1.3