From owner-freebsd-scsi Mon Sep 24 9:52:57 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from joy.pdl.cmu.edu (JOY.PDL.CMU.EDU [128.2.134.110]) by hub.freebsd.org (Postfix) with ESMTP id 0EE5737B41C for ; Mon, 24 Sep 2001 09:52:53 -0700 (PDT) Received: (from bucy@localhost) by joy.pdl.cmu.edu (8.11.4/8.11.4) id f8OGqlp06612 for freebsd-scsi@freebsd.org; Mon, 24 Sep 2001 12:52:47 -0400 Date: Mon, 24 Sep 2001 12:52:47 -0400 From: "John S. Bucy" To: freebsd-scsi@freebsd.org Subject: target mode pointers? Message-ID: <20010924125247.A261@joy.pdl.cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm working on a project where I want to make a system on a scsi bus look like a disk to another system on the same bus. I've seen every indication that this is possible under freebsd with aic7xxx HBAs. I see the ccbs in the headers that should turn target mode on and receive SCBs targetted to the HBA but I can't figure out how to address the hba with cam_open_device() so I can send the CCB to it. Any advice or pointers to other info? thanks John Bucy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message