Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!ron From: ron@brl-tgr.ARPA (Ron Natalie) Newsgroups: net.wanted.sources Subject: Re: SCSI driver wanted Message-ID: <1554@brl-tgr.ARPA> Date: Tue, 17-Sep-85 17:40:54 EDT Article-I.D.: brl-tgr.1554 Posted: Tue Sep 17 17:40:54 1985 Date-Received: Fri, 20-Sep-85 02:23:25 EDT References: <122@foxvax5.UUCP> Organization: Ballistic Research Lab Lines: 11 > I am looking for a SCSI (Small Computer Systems Interface) > bus device driver that runs on Intel 8086 processors running > any of the popular Unix-like opsys (Venix/Xenix/PC-IX). > I have written SCSI drivers for a couple of different Host Adapters. SCSI is easy and straight forward and it is trivial to modify any UNIX disk driver to use it. However, the hard part is dealing with the HOST ADAPTER, which is why it took me forever to get things going. The host adapter code is very specific to whichever one you have. -Ron