summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-01-19 17:20:34 +0000
committerjhb <jhb@FreeBSD.org>2010-01-19 17:20:34 +0000
commit0ab6ce0ba0bce27067280abbb3d31f887f040380 (patch)
tree5d014f3d46ae8e6bf2c5084058a689afd0db08bc /sys/i386
parent0e18e3f232b7dd6f62026877eb76793da2f00a3a (diff)
downloadFreeBSD-src-0ab6ce0ba0bce27067280abbb3d31f887f040380.zip
FreeBSD-src-0ab6ce0ba0bce27067280abbb3d31f887f040380.tar.gz
Move the examples for the 'hints' and 'env' keywords from various GENERIC
kernel configs into NOTES. Reviewed by: imp
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 51ada7f..eebd737 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -23,15 +23,6 @@ cpu I586_CPU
cpu I686_CPU
ident GENERIC
-# To statically compile in device wiring instead of /boot/device.hints
-#hints "GENERIC.hints" # Default places to look for devices.
-
-# Use the following to compile in values accessible to the kernel
-# through getenv() (or kenv(1) in userland). The format of the file
-# is 'variable=value', see kenv(1)
-#
-# env "GENERIC.env"
-
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_ULE # ULE scheduler
OpenPOWER on IntegriCloud