From owner-freebsd-scsi@FreeBSD.ORG Thu May 7 12:24:42 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEAA61065672 for ; Thu, 7 May 2009 12:24:42 +0000 (UTC) (envelope-from mitya@m4-new.master-telecom.ru) Received: from m4-new.master-telecom.ru (m4-new.master-telecom.ru [85.193.64.114]) by mx1.freebsd.org (Postfix) with ESMTP id 59AEA8FC21 for ; Thu, 7 May 2009 12:24:41 +0000 (UTC) (envelope-from mitya@m4-new.master-telecom.ru) Received: from m4-new.master-telecom.ru (localhost [127.0.0.1]) by m4-new.master-telecom.ru (8.13.8/8.13.8) with ESMTP id n47C3cDK060503 for ; Thu, 7 May 2009 16:03:38 +0400 (MSD) (envelope-from mitya@m4-new.master-telecom.ru) Received: (from mitya@localhost) by m4-new.master-telecom.ru (8.13.8/8.13.8/Submit) id n47C3c76060502 for freebsd-scsi@freebsd.org; Thu, 7 May 2009 16:03:38 +0400 (MSD) (envelope-from mitya) Date: Thu, 7 May 2009 16:03:38 +0400 From: Dmitry Sivachenko To: freebsd-scsi@freebsd.org Message-ID: <20090507120338.GA59717@m4-new.master-telecom.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.18 (2008-05-17) Subject: mpt0: QUEUE FULL EVENT annoying 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: Thu, 07 May 2009 12:24:43 -0000 Hello! I am using FreeBSD-7.2-STABLE. I have the following hardware: mpt0: port 0xec00-0xecff mem 0xfc4fc000-0xfc4fffff,0xfc4e0000-0xfc4effff irq 16 at device 0.0 on pci1 mpt0: MPI Version=1.5.14.0 da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-5 device da0: 300.000MB/s transfers da0: Command Queueing Enabled da0: 140014MB (286749480 512 byte sectors: 255H 63S/T 17849C) (many similar disks). In dmesg output I have a lot of mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 58 (with different Target values). After googleing a bit I got an impression that message is harmless (see for instance Scott Long's post: http://kerneltrap.org/mailarchive/freebsd-current/2007/10/11/334975 "The message can probably be put under bootverbose." ) If it is still the case and these messages are indeed harmless, can we please put them under bootverbose or do something similar? They spam system logs and make it much more harder to notice important events. Thanks in advance.