From owner-freebsd-scsi@FreeBSD.ORG Wed Aug 6 07:54:38 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C0B137B401 for ; Wed, 6 Aug 2003 07:54:38 -0700 (PDT) Received: from aslan.scsiguy.com (mail.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06DF43FB1 for ; Wed, 6 Aug 2003 07:54:37 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by aslan.scsiguy.com (8.12.9/8.12.8) with ESMTP id h76EsaEU068518; Wed, 6 Aug 2003 08:54:36 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Date: Wed, 06 Aug 2003 08:54:36 -0600 From: "Justin T. Gibbs" To: Nate Lawson , Jingrong Xie Message-ID: <1682670000.1060181676@aslan.scsiguy.com> In-Reply-To: <20030806071204.H73306@root.org> References: <20030806071204.H73306@root.org> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: freebsd-scsi@freebsd.org Subject: Re: Re: AIC7899's 2 SCSI channels infect with each other in target mode? X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 14:54:38 -0000 > You shouldn't be able to do this since ahc(4) does not support > simultaneous target/initiator mode. It can, you just need to disable the multi-target-id feature to do it. I should probably modify the driver so that it will allow dual mode operation so long as only one target-id is set and it corresponds to the initiator's id. -- Justin