From owner-freebsd-hackers Wed Feb 17 8:26:49 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from search.sparks.net (search.sparks.net [208.5.188.60]) by hub.freebsd.org (Postfix) with ESMTP id 5836B11073 for ; Wed, 17 Feb 1999 08:26:43 -0800 (PST) (envelope-from dmiller@search.sparks.net) Received: by search.sparks.net (Postfix, from userid 100) id 3A05B258; Wed, 17 Feb 1999 11:26:40 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with SMTP id 1F4D5257 for ; Wed, 17 Feb 1999 11:26:40 -0500 (EST) Date: Wed, 17 Feb 1999 11:26:39 -0500 (EST) From: David Miller To: freebsd-hackers@freebsd.org Subject: Simple scsi question 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 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