summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-04 21:30:04 +0000
committerimp <imp@FreeBSD.org>2010-01-04 21:30:04 +0000
commit699b88787b59c35e0a3a60b7e88ddcf42fd508c9 (patch)
treedc458439acd63f23962aaa1bfdf0a5ab07e580fb
parent74b0526bbe6326adb72e26dabfe79ab1fe00ca4b (diff)
downloadFreeBSD-src-699b88787b59c35e0a3a60b7e88ddcf42fd508c9.zip
FreeBSD-src-699b88787b59c35e0a3a60b7e88ddcf42fd508c9.tar.gz
Revert 200594. This file isn't intended for these sorts of things.
-rw-r--r--sys/amd64/conf/DEFAULTS7
-rw-r--r--sys/arm/conf/DEFAULTS7
-rw-r--r--sys/i386/conf/DEFAULTS7
-rw-r--r--sys/ia64/conf/DEFAULTS7
-rw-r--r--sys/mips/conf/DEFAULTS7
-rw-r--r--sys/pc98/conf/DEFAULTS7
-rw-r--r--sys/powerpc/conf/DEFAULTS7
-rw-r--r--sys/sparc64/conf/DEFAULTS7
-rw-r--r--sys/sun4v/conf/DEFAULTS7
9 files changed, 0 insertions, 63 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS
index d6d39b6..1fb52b3 100644
--- a/sys/amd64/conf/DEFAULTS
+++ b/sys/amd64/conf/DEFAULTS
@@ -20,10 +20,3 @@ options GEOM_PART_BSD
options GEOM_PART_EBR
options GEOM_PART_EBR_COMPAT
options GEOM_PART_MBR
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/arm/conf/DEFAULTS b/sys/arm/conf/DEFAULTS
index 4052ef3..591a0a1 100644
--- a/sys/arm/conf/DEFAULTS
+++ b/sys/arm/conf/DEFAULTS
@@ -9,10 +9,3 @@ device mem
options GEOM_PART_BSD
options GEOM_PART_MBR
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index eb3ed17..32e77e4 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -28,10 +28,3 @@ options GEOM_PART_MBR
# enable support for native hardware
options NATIVE
device atpic
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/ia64/conf/DEFAULTS b/sys/ia64/conf/DEFAULTS
index 58eaaf4..625ff90 100644
--- a/sys/ia64/conf/DEFAULTS
+++ b/sys/ia64/conf/DEFAULTS
@@ -17,10 +17,3 @@ device uart_ns8250
options GEOM_PART_BSD
options GEOM_PART_GPT
options GEOM_PART_MBR
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/mips/conf/DEFAULTS b/sys/mips/conf/DEFAULTS
index 9833744..dc480ce 100644
--- a/sys/mips/conf/DEFAULTS
+++ b/sys/mips/conf/DEFAULTS
@@ -11,10 +11,3 @@ device uart_ns8250
options GEOM_PART_BSD
options GEOM_PART_MBR
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS
index bd0afd6..0002cf0 100644
--- a/sys/pc98/conf/DEFAULTS
+++ b/sys/pc98/conf/DEFAULTS
@@ -24,10 +24,3 @@ device uart_ns8250
# Default partitioning schemes
options GEOM_PART_BSD
options GEOM_PART_PC98
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS
index 30b5429..7c981d1 100644
--- a/sys/powerpc/conf/DEFAULTS
+++ b/sys/powerpc/conf/DEFAULTS
@@ -14,10 +14,3 @@ device uart_z8530
options GEOM_PART_APM
options GEOM_PART_MBR
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS
index 32a79b1..38b2408 100644
--- a/sys/sparc64/conf/DEFAULTS
+++ b/sys/sparc64/conf/DEFAULTS
@@ -19,10 +19,3 @@ options GEOM_PART_VTOC8
# Let sunkbd emulate an AT keyboard by default.
options SUNKBD_EMULATE_ATKBD
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/sun4v/conf/DEFAULTS b/sys/sun4v/conf/DEFAULTS
index a610d77..610d653 100644
--- a/sys/sun4v/conf/DEFAULTS
+++ b/sys/sun4v/conf/DEFAULTS
@@ -11,10 +11,3 @@ device mem # Memory and kernel memory devices
# Default partitioning schemes
options GEOM_PART_BSD
options GEOM_PART_VTOC8
-
-# Store the plain version of the configuration file in the kernel itself.
-# To store the entire file, including comments, put this in /etc/src.conf:
-# CONFIGARGS= -C
-# See config(8) for more details.
-#
-options INCLUDE_CONFIG_FILE # Include this file in kernel
OpenPOWER on IntegriCloud