From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 12 06:33:25 2008 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB14F106566B for ; Wed, 12 Mar 2008 06:33:25 +0000 (UTC) (envelope-from etherforet@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 86A5C8FC26 for ; Wed, 12 Mar 2008 06:33:25 +0000 (UTC) (envelope-from etherforet@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so1861046rvb.43 for ; Tue, 11 Mar 2008 23:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dSDJVobML3xO+eW+MkibdwN20jC4KrtRHA37Z69tUQU=; b=riIHDCIWpfHySIpJ5fAf0sYAq1lWQd8hTkmIfk2zl5GRpZ8xKLqS8J/B1YYJLNxcPpbWNOV+ItvIMHF0rBBxYxT73y/ES2CgdJuXCsx7OFPq4JsxQwYWFPZO+8iWu4DbHFTZjE2y0pxfrNvBdDASHCUmTN/m1+OMtQ/xjBg4dgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FpGcl/wnhlxiM0mBKzZGmsLw/D1zeH1e82ncCTmsJ3bw9kh7dN7H+o6hltrIWuFkGIQ2L0C/IJa2fG2/0vSgVe/VFpVtZx+i02XzQec6rPPM68tk6D1cbgz4yiPY5xG6DZJB/vuuaFvSpEuC/16Xvs7wwx/IfNI8+g6OO7ZIrlM= Received: by 10.140.144.4 with SMTP id r4mr4951812rvd.15.1205302144164; Tue, 11 Mar 2008 23:09:04 -0700 (PDT) Received: by 10.141.49.4 with HTTP; Tue, 11 Mar 2008 23:09:03 -0700 (PDT) Message-ID: Date: Wed, 12 Mar 2008 15:09:03 +0900 From: etherforet To: freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: problem iscontrol on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 06:33:25 -0000 hi, I test iscontrol on sparc64 and i386.but,bump errors sparc64. iscontrol setting is standard and discovery mode run. iscontrol(i386) and microsoft Initiator-2.06-build3497-x86fre.exe run as normally connect successful. ports/net/iscsi-target(i386) say, pid 1829:iscsi.c:577: ***ERROR*** Bad "Byte 1, bits 2-3": Got 1 expected 0. pid 1829:target.c:789: ***ERROR*** iscsi_login_cmd_decap() failed pid 1829:target.c:1148: ***ERROR*** login_command_t() failed pid 1829:target.c:1268: ***ERROR*** execute_t() failed --jj thanks.