From owner-freebsd-hackers Mon Nov 4 11:05:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA14409 for hackers-outgoing; Mon, 4 Nov 1996 11:05:01 -0800 (PST) Received: from delphi.bsd.uchicago.edu (delphi.bsd.uchicago.edu [128.135.5.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA14397 for ; Mon, 4 Nov 1996 11:04:55 -0800 (PST) Received: from bio-5.bsd.uchicago.edu (bio-5.bsd.uchicago.edu [128.135.75.14]) by delphi.bsd.uchicago.edu (8.7.6/8.7.3/BSD-4.0) with SMTP id NAA03944; Mon, 4 Nov 1996 13:04:12 -0600 (CST) Received: by bio-5.bsd.uchicago.edu (5.0/SMI-SVR4) id AA06751; Mon, 4 Nov 1996 13:04:09 +0600 Date: Mon, 4 Nov 1996 13:04:09 +0600 Message-Id: <9611041904.AA06751@bio-5.bsd.uchicago.edu> To: proff@suburbia.net Cc: freebsd-hackers@freebsd.org In-Reply-To: <199611041136.WAA09945@suburbia.net> (message from Julian Assange on Mon, 4 Nov 1996 22:36:56 +1100 (EST)) Subject: Re: scsi dat drive under freebsd From: Tim Pierce Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [shouldn't this be on freebsd-questions?] > Will freebsd support 4mm DAT tape drives? My WangTEK 6300-mumble series worked out of the box, as it were. There were a few growing pains, but I now suspect a misconfigured adapter rather than any kernel problems. > The solaris st driver documentation has some magic-data for 4mm > DATs using Helical scans, which seems to imply that they need specific > support? The Solaris st(7) page gives me the impression that `magic-data' is a (poorly-chosen) dummy name used as an example; note that the ficticious manufacturer of the dummy drive is `Magic DAT'. It should not be construed as evidence that 4mm drives necessarily need `magic numbers' in order to run. For example, here's the beginning of the st conf file on my Solaris box: name="st" class="scsi" target=0 lun=0; name="st" class="scsi" target=1 lun=0; name="st" class="scsi" target=2 lun=0; [ ... etc. ... ] When I plugged the aforementioned WangTEK into this box, it worked like a charm. Presumably you need to add magic data for drives which don't work precisely according to the SCSI spec, or which can't be properly auto-sensed -- items which FreeBSD handles via a `rogue list'. I'd guess that if you're thinking of buying a 4mm DAT for your FreeBSD system, don't worry too much about it, but check the handbook and the SCSI driver source for a list of rogue drives first to make sure you don't wind up with something that needs to be babysat.