From owner-freebsd-scsi@FreeBSD.ORG Mon Aug 14 05:08:47 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org 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 D062016A4DF for ; Mon, 14 Aug 2006 05:08:47 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id E521343D55 for ; Mon, 14 Aug 2006 05:08:46 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1861280nfe for ; Sun, 13 Aug 2006 22:08:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JRh5KdeoXhJxxDBfkD0pKSnL9j0zeivPv1VraJCUcM1GMrWEEax7wDFfFxZrLYtdsnikikLO2jaOfwFysmQSd7QhaC+JZ6Kt4T/euvafy1M0cjqim/Hfx3XLX2hamfJdNq5faptlBWgLhLXWDTlCrVlyrkBwC6zlYSKk+VY+QT8= Received: by 10.78.122.11 with SMTP id u11mr3096716huc; Sun, 13 Aug 2006 22:08:45 -0700 (PDT) Received: by 10.78.134.9 with HTTP; Sun, 13 Aug 2006 22:08:45 -0700 (PDT) Message-ID: <7579f7fb0608132208y74cedb7evc5c011a13de2120b@mail.gmail.com> Date: Sun, 13 Aug 2006 22:08:45 -0700 From: "Matthew Jacob" To: "Kevin Day" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-scsi@freebsd.org Subject: Re: mpt0: reply length does not match message length: got 0x38, expected 0x3c X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 05:08:47 -0000 This only happens on the GET IOC FACTS command. The reply for this has changed over the years. Newer structures have more data. Older f/w has less data. You're right that it's harmless. On 8/12/06, Kevin Day wrote: > > I've got a dual LSI 929 Fibrechannel adapter running in 6.1 pretty > successfully. However, I'm seeing some messages on boot that I can't > explain, and google doesn't seem to think anyone else has seen this > either. > > mpt0: port 0xde00-0xdeff mem > 0xfcfc0000-0xfcfcffff,0xfcfb0000-0xfcfbffff irq 27 at device 2.0 on pci3 > mpt0: [GIANT-LOCKED] > mpt0: reply length does not match message length: got 0x38, expected > 0x3c > mpt0: MPI Version=1.1.0.0 > mpt0: Unhandled Event Notify Frame. Event 0xa. > mpt0: Capabilities: ( RAID-1 ) > mpt0: 0 Active Volumes (1 Max) > mpt0: 0 Hidden Drive Members (0 Max) > mpt0: mpt_read_cfg_header: Config Info Status 22 > mpt1: port 0xdf00-0xdfff mem > 0xfcfe0000-0xfcfeffff,0xfcfd0000-0xfcfdffff irq 26 at device 2.1 on pci3 > mpt1: [GIANT-LOCKED] > mpt1: reply length does not match message length: got 0x38, expected > 0x3c > mpt1: MPI Version=1.1.0.0 > mpt1: Unhandled Event Notify Frame. Event 0xa. > mpt1: Capabilities: ( RAID-1 ) > mpt1: 0 Active Volumes (1 Max) > mpt1: 0 Hidden Drive Members (0 Max) > mpt1: mpt_read_cfg_header: Config Info Status 22 > > Anyone more familiar with the mpt driver know if that "reply length" > or "Unhandled Event" message is harmless or not? > > > It otherwise seems to work: > > da1 at mpt1 bus 0 target 0 lun 0 > da1: Fixed Direct Access SCSI-5 device > da1: 100.000MB/s transfers, Tagged Queueing Enabled > da1: 1060176MB (2171240448 512 byte sectors: 255H 63S/T 135153C) > da0 at mpt0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-5 device > da0: 100.000MB/s transfers, Tagged Queueing Enabled > da0: 1060176MB (2171240448 512 byte sectors: 255H 63S/T 135153C) > > # dd if=/dev/zero of=test bs=128k count=10000 > 10000+0 records in > 10000+0 records out > 1310720000 bytes transferred in 10.582999 secs (123851472 bytes/sec) > > > > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org" >