From fbf62501af0ddb73a9b302d99750ee8fc36a8188 Mon Sep 17 00:00:00 2001 From: pk Date: Tue, 14 Nov 2000 08:52:35 +0000 Subject: [PATCH] Mark the "TOSHIBA, XM-4101TASUNSLCD" CD-R for a-sync operation only. --- sys/dev/scsipi/scsiconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index 4798c7be95a3..cf65881987a9 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.151 2000/09/22 16:45:17 ad Exp $ */ +/* $NetBSD: scsiconf.c,v 1.152 2000/11/14 08:52:35 pk Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -494,7 +494,7 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_CDROM, T_REMOV, "TEXEL ", "CD-ROM DM-XX24 K", "1.10"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, - "TOSHIBA ", "XM-4101TASUNSLCD", "1755"}, SDEV_NOLUNS}, + "TOSHIBA ", "XM-4101TASUNSLCD", "1755"}, SDEV_NOLUNS|SDEV_NOSYNC}, {{T_CDROM, T_REMOV, "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV,