From owner-freebsd-current@FreeBSD.ORG Thu Oct 11 11:42:11 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF49516A419 for ; Thu, 11 Oct 2007 11:42:11 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id B3B7913C4BE for ; Thu, 11 Oct 2007 11:42:11 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l9BBg4AJ040609; Thu, 11 Oct 2007 05:42:04 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <470E0BF3.6010605@samsco.org> Date: Thu, 11 Oct 2007 05:41:39 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Marian Hettwer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Thu, 11 Oct 2007 05:42:04 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-current@freebsd.org Subject: Re: mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x04 Depth 129 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 11:42:12 -0000 Marian Hettwer wrote: > Hi All, > > I'm trying out -CURRENT on an IBM HS21 blade. So far the machine looks stable. > Only thing that bothers me is the message as stated above. > > db46-23-freebsd# uptime > 11:25AM up 55 mins, 5 users, load averages: 0.01, 0.90, 1.21 > db46-23-freebsd# dmesg | grep -c "QUEUE FULL EVENT" > 111 > db46-23-freebsd# uname -a > FreeBSD db46-23-freebsd 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Oct 11 11:09:46 CEST 2007 root@blowfish:/usr/obj/amd64/usr/src/sys/GENERIC amd64 > db46-23-freebsd# > > Is this something to worry about? > No, it's nothing to worry about. The message can probably be put under bootverbose. > The LSI Logic controller in question is configured as a hardware RAID-0 > Informations about the controller: > at boot time from dmesg: > > mpt0: port 0x4000-0x40ff mem 0xdeffc000-0xdeffffff,0xdefe0000-0xdefeffff irq 16 at device 0.0 on pci2 > mpt0: [ITHREAD] > mpt0: MPI Version=1.5.13.0 > mpt0: mpt_cam_event: 0x16 > mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). > mpt0: mpt_cam_event: 0x12 > mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). > mpt0: mpt_cam_event: 0x12 > mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). > mpt0: mpt_cam_event: 0x16 > mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). > mpt0: mpt_cam_event: 0x21 > mpt0: Unhandled Event Notify Frame. Event 0x21 (ACK not required). > mpt0: mpt_cam_event: 0x21 > mpt0: Unhandled Event Notify Frame. Event 0x21 (ACK not required). > da0 at mpt0 bus 0 target 0 lun 0 > > and from pciconf -lv > > mpt0@pci0:2:0:0: class=0x010000 card=0x03061014 chip=0x00561000 rev=0x02 hdr=0x00 > vendor = 'LSI Logic (Was: Symbios Logic, NCR)' > device = 'SAS 3000 series, 4-port with 1064E -StorPort' > class = mass storage > subclass = SCSI > > regards, > Marian > PS.: FWIW, Linux 2.6.20 had severe problems with this specific mpt controller - patches came with Linux 2.6.21 > Looks like the LSI Logic stuff isn't very well supported. On the other hand, there's now way around them when using IBM blades :( > Same counts for the bce(4) NIC. Are you saying that the LSI Logic stuff is not well supported in FreeBSD or in Linux? Neither statement would be at all true. Same with BCE, it's quite well supported. Scott