From owner-svn-src-all@FreeBSD.ORG Mon Oct 19 08:43:11 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 CFC1610656C3; Mon, 19 Oct 2009 08:43:11 +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 BE9E78FC0A; Mon, 19 Oct 2009 08:43:11 +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 n9J8hBtW096234; Mon, 19 Oct 2009 08:43:11 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9J8hBQe096231; Mon, 19 Oct 2009 08:43:11 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200910190843.n9J8hBQe096231@svn.freebsd.org> From: Christian Brueffer Date: Mon, 19 Oct 2009 08:43:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198227 - stable/8/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:43:11 -0000 Author: brueffer Date: Mon Oct 19 08:43:11 2009 New Revision: 198227 URL: http://svn.freebsd.org/changeset/base/198227 Log: MFC: r198125 Use our standard section 4 SYNOPSIS. Approved by: re (hrs) Modified: stable/8/share/man/man4/ (props changed) stable/8/share/man/man4/sbp_targ.4 stable/8/share/man/man4/targ.4 Modified: stable/8/share/man/man4/sbp_targ.4 ============================================================================== --- stable/8/share/man/man4/sbp_targ.4 Mon Oct 19 08:26:30 2009 (r198226) +++ stable/8/share/man/man4/sbp_targ.4 Mon Oct 19 08:43:11 2009 (r198227) @@ -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/8/share/man/man4/targ.4 ============================================================================== --- stable/8/share/man/man4/targ.4 Mon Oct 19 08:26:30 2009 (r198226) +++ stable/8/share/man/man4/targ.4 Mon Oct 19 08:43:11 2009 (r198227) @@ -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