From owner-freebsd-stable@FreeBSD.ORG Sun Apr 1 18:16:19 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E93BB16A401 for ; Sun, 1 Apr 2007 18:16:19 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id A9BDC13C469 for ; Sun, 1 Apr 2007 18:16:19 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1241973wra for ; Sun, 01 Apr 2007 11:16:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VThdHpAQzWdxAqHH4cRI5g+a+HaxNkWxnZMPx1A2cSnB9XHqDNREsdv7eLoaJXXuBc4SzxMYnWIBInlwmiMLnhPTSb4+hY9MJm1FDpWB4EvyjkcukiMJIUHChck2GrewEfZ+M2yD2DZsHlxliV6MwJNc0ah1QotUUDMBQr1lkzM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aice0v3HOQRVgusiXvjqodPorgm50pgs2Q4Me+B4W8rB++8V2xaTbit4YDjZmJ1ATiFI+2PYUQSiUFb46x9ADJVSUrbROjCxubWuSLtzjjvBEOySVp2OnF+o4H7c9Zgk7RvAKLH53gWphRfs+1dnU2QaqS3N1lMZv8B4fCxU57M= Received: by 10.114.190.6 with SMTP id n6mr1516921waf.1175451378576; Sun, 01 Apr 2007 11:16:18 -0700 (PDT) Received: by 10.114.25.18 with HTTP; Sun, 1 Apr 2007 11:16:18 -0700 (PDT) Message-ID: <7579f7fb0704011116x53ad98dhe80948050526597b@mail.gmail.com> Date: Sun, 1 Apr 2007 11:16:18 -0700 From: "Matthew Jacob" To: JoaoBR In-Reply-To: <200704011457.28070.joao@matik.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704011144.58560.joao@matik.com.br> <200704011430.40616.joao@matik.com.br> <7579f7fb0704011049q34f5f58fp8bf76d6a7d4766a5@mail.gmail.com> <200704011457.28070.joao@matik.com.br> Cc: freebsd-stable@freebsd.org Subject: Re: scsi/mpt problem with latest source X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2007 18:16:20 -0000 > > > > > (xpt0:mpt0:0:-1:-1): reset bus periph:sim:channel:target:lun target == lun == -1 == wildcard, so the initial bus reset applies to a nexus for all targets and luns on that channel on that sim (mpt0) on that periph (xpt0) > would you mind to tell why it happens and this "-1" values ?