Subject: QIC tape drive on DS3100 - SOLVED!
To: None <port-pmax@netbsd.org>
From: Alfred Arnold <alfred@ccac.rwth-aachen.de>
List: port-pmax
Date: 10/22/1998 20:11:24
Hi,

I just wanted to report that my Wangtek QIC tape drive is now happily
streaming on the DS3100.  I made the following change in tz.c:

--- tz.c.orig   Thu Oct 22 20:05:36 1998
+++ tz.c        Thu Oct 22 20:07:18 1998
@@ -224,6 +224,8 @@
                        sc->sc_modelen = 17;
                } else if (bcmp("VIPER 150", pid, 9) == 0) {
                        sc->sc_tapeid = MT_ISVIPER1;
+                } else if (bcmp("5150ES SCSI", pid, 11)
+                       sc->sc_tapeid = MT_ISVIPER1;
                } else if (bcmp("Python 25501", pid, 12) == 0) {
                        sc->sc_tapeid = MT_ISPYTHON;
                } else if (bcmp("HP35450A", pid, 8) == 0) {

i.e. the driver now treats the Wangtek like an Archive Viper (also a
QIC-150 drive).  There was also an MT_ISWANGTEK symbol in mtio.h, but this
has the same value like a 9-track tape ?!  Remembering the results when
Digital Unix on an Alpha tries to treat a QIC streamer like a 9-track, I
didn't investigate this further...

Alfred Arnold

------------------------------------------------------------------------
Alfred Arnold                         E-Mail: alfred@ccac.rwth-aachen.de
Computer Club at the                  Phone: +49-241-406526
Technical University of Aachen        Fax:   +49-241-406527
topics: Turbo-Pascal, UNIX/NetBSD, Switch-Mode Power Supplies

"The day Microsoft makes something that doesn't suck is probably the day
they start making vacuum cleaners" - Ernst Jan Plugge