From owner-freebsd-questions Thu May 1 19:38:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA06081 for questions-outgoing; Thu, 1 May 1997 19:38:22 -0700 (PDT) Received: from yarrina.connect.com.au (yarrina.connect.com.au [192.189.54.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA06069 for ; Thu, 1 May 1997 19:38:18 -0700 (PDT) Received: from aardvark.apana.org.au (root@aardvark.apana.org.au [203.12.237.49]) by yarrina.connect.com.au with ESMTP id MAA06850 (8.8.5/IDA-1.6); Fri, 2 May 1997 12:35:16 +1000 (EST) Received: from solsbury-hill.home (dialup-13.aardvark.apana.org.au [203.12.237.76]) by aardvark.apana.org.au (8.8.4/8.6.9) with ESMTP id MAA21369; Fri, 2 May 1997 12:35:00 +1000 Received: from solsbury-hill.home (localhost.home [127.0.0.1]) by solsbury-hill.home (8.7.5/8.7.3) with ESMTP id MAA04450; Fri, 2 May 1997 12:34:52 +1000 (EST) Message-Id: <199705020234.MAA04450@solsbury-hill.home> X-Mailer: exmh version 2.0beta 12/23/96 From: Joel Sutton To: jim.chapman@sympatico.ca cc: questions@FreeBSD.ORG Subject: Re: Floppy tapes In-reply-to: Your message of "Thu, 01 May 1997 20:48:37 +0100." <3368F395.328@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 May 1997 12:34:51 +1000 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I didn't try writing to the tape the time it was detected as a Colorado. > I didn't know it would be the last time. Fair enough. Not a problem. I had to check. :-> > Where is the source code for the ft driver? I assume it is in the kernel > somewhere but I can't find it. If you've installed all of the kernel sources you should find it in something like /usr/src/sys/i386/isa/ . You're looking for ft.c ftreg.h and fd.c. > I will try downloading the specs from the HP web site and check if it > supports QIC-117. ft is definately QIC-117 command set friendly. :-) I think most floppy tape drives use this command set anyway. If you're into mucking about with C then here are my ideas: 1) turn on the debug stuff in the ft.c code to see what is happening. 2) change the probe code so that it thinks it detects a colorado drive every time. 3) see if that is any better. If the above works then it's probably just the probe code that needs to be changed. Email me back personally if you need assistance. At least we're trying things. You never know. It might even work. ;-> Talk to you next time, Joel...