From owner-svn-src-all@FreeBSD.ORG Mon Sep 7 20:57:02 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0780F1065672; Mon, 7 Sep 2009 20:57:02 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EA9628FC14; Mon, 7 Sep 2009 20:57:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n87Kv1hK026705; Mon, 7 Sep 2009 20:57:01 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n87Kv1Jx026703; Mon, 7 Sep 2009 20:57:01 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <200909072057.n87Kv1Jx026703@svn.freebsd.org> From: Edward Tomasz Napierala Date: Mon, 7 Sep 2009 20:57:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196952 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 20:57:02 -0000 Author: trasz Date: Mon Sep 7 20:57:01 2009 New Revision: 196952 URL: http://svn.freebsd.org/changeset/base/196952 Log: Some of the controllers sold as ServeRAID (IBM ServeRAID-MR10i, in particular) are actually mfi(4) devices. Provide hints. Submitted by: Modified: head/share/man/man4/ips.4 Modified: head/share/man/man4/ips.4 ============================================================================== --- head/share/man/man4/ips.4 Mon Sep 7 20:39:04 2009 (r196951) +++ head/share/man/man4/ips.4 Mon Sep 7 20:57:01 2009 (r196952) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 4, 2006 +.Dd August 7, 2009 .Dt IPS 4 .Os .Sh NAME @@ -95,6 +95,8 @@ ServeRAID 7t/7k/7M .Pp Newer ServeRAID controllers are supported by the .Xr aac 4 +or +.Xr mfi 4 driver. .Sh DIAGNOSTICS Several error codes may be shown when the card initializes the @@ -185,6 +187,7 @@ driver does not use the subsystem. .Sh SEE ALSO .Xr aac 4 , +.Xr mfi 4 , .Xr ch 4 , .Xr da 4 , .Xr sysctl 8