From owner-freebsd-hackers Wed Feb 17 8:32: 9 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 5F3A710E66 for ; Wed, 17 Feb 1999 08:32:04 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral.com (8.8.7/8.8.7) with ESMTP id IAA07623; Wed, 17 Feb 1999 08:31:38 -0800 Date: Wed, 17 Feb 1999 08:31:38 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: David Miller Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Simple scsi question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG See Dave Mosberger Tang's SANE package- I believe it uses ukXXX. See the FreeBSD port's collection. Dave- all of this is gone away in CAM (3.X on forward)- that uses a different method, and the source to camcontrol(8) may give some examples of how that works. On Wed, 17 Feb 1999, David Miller wrote: > Briefly, I need to control /dev/uk0. scsi(8) does fine for simple > non-data transferring commands, but I can't see how to use it to write > megabytes of data out to the device. > > Since I eventually have to talk pretty low level to the device anyway, > would one of the wise and kind readers here please point me to a piece of > existing code for tape or disk or something which actually performs a low > level write, including CDB setup? > > Thanks in advance:) > > --- David > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message