Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2015 16:20:05 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285875 - head/sys/boot/forth
Message-ID:  <201507251620.t6PGK5eh017374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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  ##########################
 ##############################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507251620.t6PGK5eh017374>