From owner-freebsd-hardware Wed Oct 9 18:19:43 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA26790 for hardware-outgoing; Wed, 9 Oct 1996 18:19:43 -0700 (PDT) Received: from bio.bu.edu (tbuswell@BIO.BU.EDU [128.197.80.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA26785 for ; Wed, 9 Oct 1996 18:19:40 -0700 (PDT) Received: by bio.bu.edu (8.7.6/BU-11/2/94) id VAA02069; Wed, 9 Oct 1996 21:19:34 -0400 (EDT) Date: Wed, 9 Oct 1996 21:19:34 -0400 (EDT) Message-Id: <199610100119.VAA02069@bio.bu.edu> From: Theodore Buswell To: hardware@freebsd.org Subject: Ftape resources? Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there any information regarding use of floppy tape drives under FreeBSD? All I can find via 'man -k' is this 'ft' program. But it doesn't seem to work. Accessing /dev/ft0 using 'mt' and 'tar' always get me countless errors. 'mt' for example always complains "Device not configured". I think that part of the problem might be my h/w, but before I go too far chasing this, I'd like to make sure that 'mt' should perform as expected on /dev/ft0. My drive is recognized as "Unknown" at boot. Playing with src/sys/i386/isa/ft.c I find that it responds to the Colorado set of wakeups. Any nods in the right direction ( or any direction at all, really) are welcome. Thanks, -Ted PS: The drive is an 400/800MB TEAC and I'm using 2.1.5 And I don't see anything in the revision history of ft.c that would suggest active development...