Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Add tweaks for TEAC compact cassette tape drive.



details:   https://anonhg.NetBSD.org/src/rev/a6b01ed4c192
branches:  trunk
changeset: 480443:a6b01ed4c192
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu Jan 13 00:18:27 2000 +0000

description:
Add tweaks for TEAC compact cassette tape drive.

diffstat:

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

diffs (41 lines):

diff -r a6c8d2beb2f4 -r a6b01ed4c192 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Thu Jan 13 00:05:32 2000 +0000
+++ b/sys/dev/scsipi/scsiconf.c Thu Jan 13 00:18:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.132 1999/11/14 18:06:09 soren Exp $     */
+/*     $NetBSD: scsiconf.c,v 1.133 2000/01/13 00:18:27 nisimura Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -644,6 +644,8 @@
         "WangDAT ", "Model 2600      ", "01.7"}, SDEV_NOSYNC|SDEV_NOWIDE},
        {{T_SEQUENTIAL, T_REMOV,
         "WangDAT ", "Model 3200      ", "02.2"}, SDEV_NOSYNC|SDEV_NOWIDE},
+       {{T_SEQUENTIAL, T_REMOV,
+        "TEAC    ", "MT-2ST/N50      ", ""},     SDEV_NOLUNS},
 
        {{T_SCANNER, T_FIXED,
         "RICOH   ", "IS60            ", "1R08"}, SDEV_NOLUNS},
diff -r a6c8d2beb2f4 -r a6b01ed4c192 sys/dev/scsipi/st.c
--- a/sys/dev/scsipi/st.c       Thu Jan 13 00:05:32 2000 +0000
+++ b/sys/dev/scsipi/st.c       Thu Jan 13 00:18:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: st.c,v 1.115 2000/01/12 14:46:43 mjacob Exp $ */
+/*     $NetBSD: st.c,v 1.116 2000/01/13 00:18:27 nisimura Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -285,6 +285,13 @@
                {0, 0, 0}                               /* minor 12-15 */
        }}},
 #endif
+       {{T_SEQUENTIAL, T_REMOV,
+        "TEAC    ", "MT-2ST/N50      ", ""},     {ST_Q_IGNORE_LOADS, 0, {
+               {0, 0, 0},                              /* minor 0-3 */
+               {0, 0, 0},                              /* minor 4-7 */
+               {0, 0, 0},                              /* minor 8-11 */
+               {0, 0, 0}                               /* minor 12-15 */
+       }}},
 };
 
 #define NOEJECT 0



Home | Main Index | Thread Index | Old Index