From owner-svn-src-all@FreeBSD.ORG Mon Oct 19 08:52:58 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 45F5E1065670; Mon, 19 Oct 2009 08:52:58 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 34EF48FC17; Mon, 19 Oct 2009 08:52:57 +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 n9J8qv8L096517; Mon, 19 Oct 2009 08:52:57 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9J8qvM0096514; Mon, 19 Oct 2009 08:52:57 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200910190852.n9J8qvM0096514@svn.freebsd.org> From: Christian Brueffer Date: Mon, 19 Oct 2009 08:52:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198228 - stable/7/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, 19 Oct 2009 08:52:58 -0000 Author: brueffer Date: Mon Oct 19 08:52:57 2009 New Revision: 198228 URL: http://svn.freebsd.org/changeset/base/198228 Log: MFC: r198125 Use our standard section 4 SYNOPSIS. Modified: stable/7/share/man/man4/ (props changed) stable/7/share/man/man4/sbp_targ.4 stable/7/share/man/man4/targ.4 Modified: stable/7/share/man/man4/sbp_targ.4 ============================================================================== --- stable/7/share/man/man4/sbp_targ.4 Mon Oct 19 08:43:11 2009 (r198227) +++ stable/7/share/man/man4/sbp_targ.4 Mon Oct 19 08:52:57 2009 (r198228) @@ -38,16 +38,24 @@ .Nm sbp_targ .Nd Serial Bus Protocol 2 (SBP-2) Target Mode devices driver .Sh SYNOPSIS -.Cd "kldload firewire" -.Cd "kldload cam" -.Cd "kldload sbp_targ" -.Pp -or -.Pp +To compile this driver into the kernel, +place the following lines in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device sbp_targ" .Cd "device firewire" .Cd "device scbus" .Cd "device targ" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following lines in +.Xr loader.conf 5 : +.Bd -literal -offset indent +firewire_load="YES" +cam_load="YES" +sbp_targ_load"YES" +.Ed .Sh DESCRIPTION The .Nm Modified: stable/7/share/man/man4/targ.4 ============================================================================== --- stable/7/share/man/man4/targ.4 Mon Oct 19 08:43:11 2009 (r198227) +++ stable/7/share/man/man4/targ.4 Mon Oct 19 08:52:57 2009 (r198228) @@ -31,7 +31,12 @@ .Nm targ .Nd SCSI target emulator driver .Sh SYNOPSIS -.Cd device targ +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent +.Cd "device targ" +.Ed .Sh DESCRIPTION The .Nm