From owner-cvs-src-old@FreeBSD.ORG Fri Feb 19 14:31:11 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 894C4106568B for ; Fri, 19 Feb 2010 14:31:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E82C8FC13 for ; Fri, 19 Feb 2010 14:31:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1JEVB9n010038 for ; Fri, 19 Feb 2010 14:31:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1JEVB95010037 for cvs-src-old@freebsd.org; Fri, 19 Feb 2010 14:31:11 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201002191431.o1JEVB95010037@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 19 Feb 2010 14:31:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/mptutil mpt_show.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 14:31:11 -0000 jhb 2010-02-19 14:31:01 UTC FreeBSD src repository Modified files: usr.sbin/mptutil mpt_show.c Log: SVN rev 204086 on 2010-02-19 14:31:01Z by jhb - Don't emit a warning in 'show adapter' if the IOC2 or IOC6 pages are not present. mpt(4) controllers that do not support RAID do not have an IOC6 page, for example. - Correct a check for a missing page error in a debug function. MFC after: 1 week Revision Changes Path 1.2 +11 -5 src/usr.sbin/mptutil/mpt_show.c