Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!udel!rochester!rit!cci632!dsg From: dsg@cci632.cci.com (David Greenberg) Newsgroups: comp.sys.amiga.hardware Subject: SCSI Direct Driver Message-ID: <1991Jun5.125543.7057@cci632.cci.com> Date: 5 Jun 91 12:55:43 GMT Reply-To: dsg@ccird1.UUCP (David Greenberg) Organization: Computer Consoles Inc. an STC Company, Rochester, NY Lines: 17 Hi all, I am still trying to get my Archive Tape drive working with my Amiga 2000. Every SCSI board vendor (I have a CLTD Kronos, but am looking for a board that will directly work with the ARCHIVE) tells me I need to write a driver for the archive. Now, I want to use BTN to access the drive, but I am assuming I still need a driver... The BTN handler uses SCSI direct protocol to access the Tape Drive, and my C.Ltd controller does support SCSI Direct, now what kind of driver do I need to write? Low Level routines to talk directly to the Drive? I am missing some part of the modularity here I know, but I am just confused!......The is a HardDisk.driver, and CLTD.device in the DEVS directory, and SCSI-Link.Library in my LIBS: directory. Shouldn't these drivers/libraries support SCSI direct (as the controller does?) Dave