summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-03-10 20:51:17 +0000
committerjoerg <joerg@FreeBSD.org>1997-03-10 20:51:17 +0000
commit130c16d5a4cb465550121172c4267dc2ee19e59d (patch)
treee1a02efdd225aaf85c38ee8092c9945ee88f13c6 /sys/scsi
parenta340bafab56346fbbb4cd4a7d5d2662ed2f531d9 (diff)
downloadFreeBSD-src-130c16d5a4cb465550121172c4267dc2ee19e59d.zip
FreeBSD-src-130c16d5a4cb465550121172c4267dc2ee19e59d.tar.gz
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)
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c6
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
OpenPOWER on IntegriCloud