diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:33:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:33:07 +0000 |
commit | 1d587e087ff2702195a32d0757dde43a75ac1aa4 (patch) | |
tree | 23e97465386ccd819caa3c475e8897639118bab6 /sys/scsi/scsiconf.c | |
parent | 29ef5f19a870e373aafdad9d44ee8f434daedd34 (diff) |
shinaken cd has lun problem
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index bdefa84f034..d55fe655f43 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,5 +1,5 @@ -/* $OpenBSD: scsiconf.c,v 1.9 1996/05/02 13:17:54 deraadt Exp $ */ -/* $NetBSD: scsiconf.c,v 1.56 1996/04/22 01:46:09 christos Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.10 1996/05/06 11:33:06 deraadt Exp $ */ +/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -298,6 +298,9 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "TEXEL ", "CD-ROM ", "1.06"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, "TEXEL ", "CD-ROM DM-XX24 K", "1.10"}, SDEV_NOLUNS}, + {{T_CDROM, T_REMOV, + "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS}, + {{T_OPTICAL, T_REMOV, "EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS}, |