summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-01 00:12:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-01 00:12:41 +0000
commit4ae4217d6d23c609924849745f5a88d51f400319 (patch)
tree048a208a13c63c48478ce64d50c183060e3d96a1
parent6d56eff7dadafeaa58f5ca64a8063170103c293e (diff)
lun problem on Chinon CDS-525; from k125374@cs.tut.fi; netbsd pr#1686.
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 81f4623694c..f47f33c5ead 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.45 1995/12/11 04:43:01 mycroft Exp $ */
+/* $NetBSD: scsiconf.c,v 1.46 1995/12/31 02:40:53 thorpej Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@@ -260,6 +260,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
{T_CDROM, T_REMOV,
"CHINON ", "CD-ROM CDS-431 ", "", SDEV_NOLUNS},
{T_CDROM, T_REMOV,
+ "Chinon ", "CD-ROM CDS-525 ", "", SDEV_NOLUNS},
+ {T_CDROM, T_REMOV,
"CHINON ", "CD-ROM CDS-535 ", "", SDEV_NOLUNS},
{T_CDROM, T_REMOV,
"DENON ", "DRD-25X ", "V", SDEV_NOLUNS},