Subject: Re: Floppy controller tape drives...
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Jordan K. Hubbard <jkh@time.cdrom.com>
List: port-i386
Date: 05/11/1997 00:56:50
> At some point, someone ported FreeBSD's "ft" driver... however:
> 
> 	(1) the fdc/fd split could have been done better,
> 
> 	(2) it required a /bin/ft program; it should just use /bin/mt.

Actually, ft is sort of the "user mode component" of the driver - it's
not just a simple control program like mt.  The ft component needs to
be moved into the driver itself and /dev/ft<n> should implement the
same semantics as the other tape drivers.

Of course, floppy tapes everywhere should also *die*, but we can't
have everything. ;-)

					Jordan