From owner-svn-src-head@freebsd.org Sat Jul 25 16:20:05 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ED049AA6DF; Sat, 25 Jul 2015 16:20:05 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.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 6E700F82; Sat, 25 Jul 2015 16:20:05 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PGK5mi017375; Sat, 25 Jul 2015 16:20:05 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PGK5eh017374; Sat, 25 Jul 2015 16:20:05 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201507251620.t6PGK5eh017374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Sat, 25 Jul 2015 16:20:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285875 - head/sys/boot/forth X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2015 16:20:05 -0000 Author: trasz Date: Sat Jul 25 16:20:04 2015 New Revision: 285875 URL: https://svnweb.freebsd.org/changeset/base/285875 Log: Use double newlines consistently. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/forth/loader.conf Modified: head/sys/boot/forth/loader.conf ============================================================================== --- head/sys/boot/forth/loader.conf Sat Jul 25 16:14:55 2015 (r285874) +++ head/sys/boot/forth/loader.conf Sat Jul 25 16:20:04 2015 (r285875) @@ -53,6 +53,7 @@ entropy_cache_type="/boot/entropy" # Req # must not change value even if the # _name above does change! + ############################################################## ### RAM Blacklist configuration ############################# ############################################################## @@ -64,6 +65,7 @@ ram_blacklist_name="/boot/blacklist.txt" ram_blacklist_type="ram_blacklist" # Required for the kernel to find # the blacklist module + ############################################################## ### Loader settings ######################################## ############################################################## @@ -381,6 +383,7 @@ if_xe_load="NO" # Xircom CreditCard PC if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B) utopia_load="NO" # ATM PHY driver + ############################################################## ### Netgraph modules ####################################### ############################################################## @@ -422,6 +425,7 @@ ng_tty_load="NO" # Netgraph node type t ng_vjc_load="NO" # Van Jacobsen compression netgraph node type ng_vlan_load="NO" # IEEE 802.1Q VLAN tagging netgraph node type + ############################################################## ### Sound modules ########################################## ############################################################## @@ -458,6 +462,7 @@ snd_via82c686_load="NO" # via82c686 snd_vibes_load="NO" # vibes snd_driver_load="NO" # All sound drivers + ############################################################## ### USB modules ############################################ ############################################################## @@ -490,6 +495,7 @@ if_ural_load="NO" # Ralink RT2500USB 80 if_zyd_load="NO" # ZyDAS ZD1211(B) USB 802.11 wireless adapter snd_uaudio_load="NO" # USB audio + ############################################################## ### Other modules ########################################## ############################################################## @@ -514,6 +520,7 @@ amdtemp_load="NO" # AMD K8/K10/K11 temp tpm_load="NO" # Trusted Platform Module wbwd_load="NO" # Winbond watchdog + ############################################################## ### ACPI settings ########################################## ############################################################## @@ -524,6 +531,7 @@ acpi_dsdt_name="/boot/acpi_dsdt.aml" # Override DSDT in BIOS by this file acpi_video_load="NO" # Load the ACPI video extension driver + ############################################################## ### TrustedBSD MAC settings ################################## ############################################################## @@ -536,6 +544,7 @@ mac_none_load="NO" # Null MAC policy mac_partition_load="NO" # Partition MAC policy mac_seeotheruids_load="NO" # UID visbility MAC policy + ############################################################## ### Module loading syntax example ########################## ##############################################################