diff options
| author | explorer <explorer@NetBSD.org> | 1999-07-26 22:43:13 +0000 |
|---|---|---|
| committer | explorer <explorer@NetBSD.org> | 1999-07-26 22:43:13 +0000 |
| commit | 8fa3d8be55188cf8297bd5dc230d80243da99ddc (patch) | |
| tree | 48d81fa8c7c52b6b5791a91ffcd3fb541fd6827d /sys/dev | |
| parent | 6ec2bcb1c247dd30961174e3a0811a768435a8f9 (diff) | |
make the JVC 2626 match more than one version, since all seem to be
returning errors on the LUN probe.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index 641d0995514..8b0089ef4af 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.123 1999/07/14 22:34:18 tron Exp $ */ +/* $NetBSD: scsiconf.c,v 1.124 1999/07/26 22:43:13 explorer Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -423,7 +423,7 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_CDROM, T_REMOV, "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, - "JVC ", "R2626 ", "1.55"}, SDEV_NOLUNS}, + "JVC ", "R2626", ""}, SDEV_NOLUNS}, {{T_DIRECT, T_FIXED, "MICROP ", "1588-15MBSUN0669", ""}, SDEV_AUTOSAVE}, {{T_DIRECT, T_FIXED, |
