Date: Thu, 28 Nov 1996 10:36:37 +0100 (MET) From: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de> To: freebsd-current@freebsd.org Subject: DEC DLT2700 stacker now works! Message-ID: <199611280936.KAA21050@server.us.tld>
next 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
},
To whom should I send these changes?
Thanks
Andre
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611280936.KAA21050>
