QIC-36 tape drive with an Emulex QIC-36-> SCSI board

QIC-36 tape drive with an Emulex QIC-36-> SCSI board

Post by sPiNdR » Wed, 29 Jul 1992 05:47:03



    is this a usable idea?  will this work?  Or will drivers have to be
  written anyhow?


 
 
 

QIC-36 tape drive with an Emulex QIC-36-> SCSI board

Post by Drew Eckhar » Wed, 29 Jul 1992 07:57:11



>    is this a usable idea?  will this work?  Or will drivers have to be
>  written anyhow?

Drivers have to be written.

Tape drivers are character devices, because
1.  You want writes to go to the tape, in sequential order
2.  You need variable block sizes to accomodate what the
        tape drive needs physically.

Now, with a character device, you need to transfer data to/from user
space.  This may be non-contigous in physical memory, which means
you need either an intermediate buffer (You want to increase kernel
memory enough to accomodate the largest tape block?  I've used
100k block sizes before), or for the device driver to support scatter /
gather.

Problem : the current SCSI drivers do not support scatter / gather.  This
is being rectified in the rewrite.  After the rewrite is done, it should
be possible to write a decent SCSI tape driver.

 
 
 

1. QIC-24 format tapes (qic-02 and qic-36 interface)

I'm looking for any information/drivers for qic-02 controllers and the
qic-24 format tapes.  I've been able to get the driver under Linux
(1.2.13) compiled, but without a formated tape to test it, I can't
verify if I got everything working or not.

Problem: I've no dos software to format a DC-600A tape in the drive.
Failing a driver for dos so I format the tapes, I would like the
information on the qic-24 format for the DC-600A tapes so I could
write a format utility for Linux.  Any help would be appreciated.
(a linux format utility would be nice also/instead)

2. an ltoa function

3. Wanted: QIC-36 Specs/Drivers for ATI board

4. DECpc keyboard for X3270

5. QIC-36 streamer support

6. NCSA httpd/Linux -- does it support child reuse??

7. Mitac's QIC-36

8. Terminal Server on Linux

9. Wangtek QIC-36 TBU on Linux?

10. Mitac's QIC-36

11. Mitac's QIC-36 interface

12. QIC-36 supported?

13. Will a QIC-36 controller work with ftape?