From owner-svn-doc-head@FreeBSD.ORG Fri Mar 28 03:20:19 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D552A2F0; Fri, 28 Mar 2014 03:20:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6838E71; Fri, 28 Mar 2014 03:20:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2S3KJBR040092; Fri, 28 Mar 2014 03:20:19 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2S3KJo6040091; Fri, 28 Mar 2014 03:20:19 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403280320.s2S3KJo6040091@svn.freebsd.org> From: Warren Block Date: Fri, 28 Mar 2014 03:20:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44370 - head/en_US.ISO8859-1/books/handbook/config X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 03:20:19 -0000 Author: wblock Date: Fri Mar 28 03:20:19 2014 New Revision: 44370 URL: http://svnweb.freebsd.org/changeset/doc/44370 Log: Recover lost tags. Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri Mar 28 03:15:59 2014 (r44369) +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri Mar 28 03:20:19 2014 (r44370) @@ -649,7 +649,7 @@ ifconfig_fxp0="inet 10.1.1.1/8"If the NIC is supported, determine the name of the &os; driver for the NIC. Refer to /usr/src/sys/conf/NOTES and - /usr/src/sys/arch/conf/NOTES + /usr/src/sys/arch/conf/NOTES for the list of NIC drivers with some information about the supported chipsets. When in doubt, read the manual page of the driver as it will provide more @@ -698,7 +698,7 @@ dc1: [ITHREAD] Alternatively, statically compile support for the NIC into a custom kernel. Refer to /usr/src/sys/conf/NOTES, - /usr/src/sys/arch/conf/NOTES and the + /usr/src/sys/arch/conf/NOTES and the manual page of the driver to determine which line to add to the custom kernel configuration file. For more information about recompiling the kernel, refer to @@ -785,14 +785,14 @@ linuxemu/chapter.xml --> root, use &man.ndisgen.8;: - &prompt.root; ndisgen /path/to/W32DRIVER.INF /path/to/W32DRIVER.SYS + &prompt.root; ndisgen /path/to/W32DRIVER.INF /path/to/W32DRIVER.SYS This command is interactive and prompts for any extra information it requires. A new kernel module will be generated in the current directory. Use &man.kldload.8; to load the new module: - &prompt.root; kldload ./W32DRIVER_SYS.ko + &prompt.root; kldload ./W32DRIVER_SYS.ko In addition to the generated kernel module, the ndis.ko and @@ -995,8 +995,8 @@ ifconfig_dc1="inet 10.0.0.1 netmask 255. access to the Internet is needed, manually configure the default gateway and the nameserver: - &prompt.root; echo 'defaultrouter="your_default_router"' >> /etc/rc.conf -&prompt.root; echo 'nameserver your_DNS_server' >> /etc/resolv.conf + &prompt.root; echo 'defaultrouter="your_default_router"' >> /etc/rc.conf +&prompt.root; echo 'nameserver your_DNS_server' >> /etc/resolv.conf @@ -1151,7 +1151,7 @@ round-trip min/avg/max/stddev = 0.700/0. ifconfig_fxp0_alias0="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx" Alias entries must start with - alias0 using a + alias0 using a sequential number such as alias0, alias1, and so on. The configuration process will stop at the first @@ -2729,7 +2729,7 @@ kern.maxvnodes: 100000 Use &man.swapon.8; to add a swap partition to the system. For example: - &prompt.root; swapon /dev/ada1s1b + &prompt.root; swapon /dev/ada1s1b It is possible to use any partition not currently @@ -3065,7 +3065,7 @@ kern.maxvnodes: 100000 very large. Generate a copy of the ASL by running this command: - &prompt.root; acpidump -dt > name-system.asl + &prompt.root; acpidump -dt > name-system.asl Substitute the login name for name and manufacturer/model for @@ -3427,8 +3427,8 @@ hw.acpi.s4bios: 0 Some AML versions assume the user is running &windows;. To override this, set - hw.acpi.osname="Windows - 2001" in + hw.acpi.osname="Windows + 2001" in /boot/loader.conf, using the strings in the ASL.