From owner-cvs-src@FreeBSD.ORG Sat Dec 15 18:39:07 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDEF316A41B; Sat, 15 Dec 2007 18:39:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C49F313C474; Sat, 15 Dec 2007 18:39:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBFId7nZ001015; Sat, 15 Dec 2007 18:39:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBFId7sC001014; Sat, 15 Dec 2007 18:39:07 GMT (envelope-from delphij) Message-Id: <200712151839.lBFId7sC001014@repoman.freebsd.org> From: Xin LI Date: Sat, 15 Dec 2007 18:39:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2007 18:39:08 -0000 delphij 2007-12-15 18:39:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mpt mpt.c Log: MFC revision 1.46 date: 2007/11/03 17:33:41; author: scottl; state: Exp; lines: +2 -1 Ever since the module registration system was introduced to this driver, it's been printing out scary messages about "Unhanded Event Notify Frame" that are needlessly worrisome to users. Change this warning to only print out at an elevated debugging level. Approved by: re (kensmith) Revision Changes Path 1.44.2.2 +2 -1 src/sys/dev/mpt/mpt.c