Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Mark the "TOSHIBA, XM-4101TASUNSLCD" CD-R for...



details:   https://anonhg.NetBSD.org/src/rev/19d20b46d732
branches:  trunk
changeset: 499187:19d20b46d732
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Nov 14 08:52:35 2000 +0000

description:
Mark the "TOSHIBA, XM-4101TASUNSLCD" CD-R for a-sync operation only.

diffstat:

 sys/dev/scsipi/scsiconf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7a9c9578fac9 -r 19d20b46d732 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Tue Nov 14 07:26:37 2000 +0000
+++ b/sys/dev/scsipi/scsiconf.c Tue Nov 14 08:52:35 2000 +0000
@@ -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 @@
        {{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,



Home | Main Index | Thread Index | Old Index