diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-19 06:08:29 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-19 06:08:29 +0000 |
commit | 4e8527decc78e1f1de2c7e02d85d2abcfaf4c21f (patch) | |
tree | 65bfeb55466e9d07c30029f47dd5f859927095f9 /sys/scsi/scsiconf.c | |
parent | 371a723c2c8a924ea786318a377d2fb6fe4921b0 (diff) |
Don't bother trying to use luns on any CyberDrv devices.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 54873a0d970..2a60cf248b3 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.38 1998/06/26 01:28:28 deraadt Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.39 1998/07/19 06:08:28 downsj Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -362,6 +362,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, "JVC ", "R2626 ", "1.55"}, SDEV_NOLUNS}, + {{T_CDROM, T_REMOV, + "CyberDrv", "", ""}, SDEV_NOLUNS}, {{T_OPTICAL, T_REMOV, "EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS}, |