Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 1996 22:52:21 +1100 (EST)
From:      David Dawes <dawes@rf900.physics.usyd.edu.au>
To:        freebsd-current@freebsd.org
Subject:   Re: DEC DLT2700 stacker now works!
Message-ID:  <199611281152.WAA21966@rf900.physics.usyd.edu.au>
In-Reply-To: <199611280936.KAA21050@server.us.tld> from Andre Albsmeier at "Nov 28, 96 10:36:37 am"

next in thread | previous in thread | raw e-mail | index | archive | help

>Hi *,
>
>with the help of Julian E. I made the DEC DLT2700 stacker 
>together with it's media changer get recoginzed in ALPHA-2.2.
>
>The change was to enable checking other LUNs when a scsi tape
>has already been found.
>Since I think that this could be interesting for others as well,
>I would suggest to implement these changes into 2.2 (or current).
>
>They are in sys/scsi/scsiconf.c:
>
>*** scsiconf.c.ORI      Wed Nov 20 08:34:08 1996
>--- scsiconf.c  Thu Nov 21 08:51:14 1996
>***************
>*** 299,304 ****
>--- 299,308 ----
>                "st", SC_ONE_LU, 0, mode_wangdat1300
>        },
>        {
>+               T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "DEC", "DLT2700", "*",
>+               "st", SC_MORE_LUS, 0
>+       },
>+       {
>                T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "*", "*", "*",
>                "st", SC_ONE_LU, 0, mode_unktape
>        },

Might as well add the Quantum DLT auto-loader models too.  The vendor
string is "Quantum", and some of the models are "DLT4500", "DLT4700",
"DLT2500XT", and "DLT2700XT".  I don't know if the 2500 and 2700 are in
the Quantum product range.

David



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611281152.WAA21966>