svn commit: r202634 - in head/sys: amd64/conf arm/conf conf i386/conf mips/conf pc98/conf powerpc/conf sparc64/conf

John Baldwin jhb at FreeBSD.org
Tue Jan 19 17:20:34 UTC 2010


Author: jhb
Date: Tue Jan 19 17:20:34 2010
New Revision: 202634
URL: http://svn.freebsd.org/changeset/base/202634

Log:
  Move the examples for the 'hints' and 'env' keywords from various GENERIC
  kernel configs into NOTES.
  
  Reviewed by:	imp

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/amd64/conf/XENHVM
  head/sys/arm/conf/CRB
  head/sys/arm/conf/EP80219
  head/sys/arm/conf/GUMSTIX
  head/sys/arm/conf/IQ31244
  head/sys/arm/conf/SIMICS
  head/sys/arm/conf/SKYEYE
  head/sys/conf/NOTES
  head/sys/i386/conf/GENERIC
  head/sys/mips/conf/QEMU
  head/sys/pc98/conf/GENERIC
  head/sys/powerpc/conf/GENERIC
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/amd64/conf/GENERIC	Tue Jan 19 17:20:34 2010	(r202634)
@@ -21,15 +21,6 @@
 cpu		HAMMER
 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

Modified: head/sys/amd64/conf/XENHVM
==============================================================================
--- head/sys/amd64/conf/XENHVM	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/amd64/conf/XENHVM	Tue Jan 19 17:20:34 2010	(r202634)
@@ -21,15 +21,6 @@
 cpu		HAMMER
 ident		XENHVM
 
-# 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
 makeoptions	MODULES_OVERRIDE=""
 

Modified: head/sys/arm/conf/CRB
==============================================================================
--- head/sys/arm/conf/CRB	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/arm/conf/CRB	Tue Jan 19 17:20:34 2010	(r202634)
@@ -26,8 +26,6 @@ options 	KERNVIRTADDR=0xc0200000		# Used
 options 	COUNTS_PER_SEC=400000000
 options 	STARTUP_PAGETABLE_ADDR=0x00000000
 include		"../xscale/i8134x/std.crb"
-#To statically compile in device wiring instead of /boot/device.hints
-#hints		"GENERIC.hints"		#Default places to look for devices.
 makeoptions	MODULES_OVERRIDE=""
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

Modified: head/sys/arm/conf/EP80219
==============================================================================
--- head/sys/arm/conf/EP80219	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/arm/conf/EP80219	Tue Jan 19 17:20:34 2010	(r202634)
@@ -26,8 +26,6 @@ options 	KERNVIRTADDR=0xc0200000		# Used
 options 	STARTUP_PAGETABLE_ADDR=0xa0000000
 #options 	ARM32_NEW_VM_LAYOUT
 include	"../xscale/i80321/std.ep80219"
-#To statically compile in device wiring instead of /boot/device.hints
-#hints		"GENERIC.hints"		#Default places to look for devices.
 makeoptions	MODULES_OVERRIDE=""
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

Modified: head/sys/arm/conf/GUMSTIX
==============================================================================
--- head/sys/arm/conf/GUMSTIX	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/arm/conf/GUMSTIX	Tue Jan 19 17:20:34 2010	(r202634)
@@ -32,8 +32,6 @@ options 	KERNVIRTADDR=0xc0200000		# Used
 
 options 	STARTUP_PAGETABLE_ADDR=0xa0000000
 include		"../xscale/pxa/std.pxa"
-#To statically compile in device wiring instead of /boot/device.hints
-#hints		"GENERIC.hints"		#Default places to look for devices.
 makeoptions	MODULES_OVERRIDE=""
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

Modified: head/sys/arm/conf/IQ31244
==============================================================================
--- head/sys/arm/conf/IQ31244	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/arm/conf/IQ31244	Tue Jan 19 17:20:34 2010	(r202634)
@@ -27,8 +27,6 @@ options 	LOADERRAMADDR=0x00000000
 
 options STARTUP_PAGETABLE_ADDR=0xa0000000
 include		"../xscale/i80321/std.iq31244"
-#To statically compile in device wiring instead of /boot/device.hints
-#hints		"GENERIC.hints"		#Default places to look for devices.
 makeoptions	MODULES_OVERRIDE=""
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

Modified: head/sys/arm/conf/SIMICS
==============================================================================
--- head/sys/arm/conf/SIMICS	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/arm/conf/SIMICS	Tue Jan 19 17:20:34 2010	(r202634)
@@ -23,8 +23,6 @@ options KERNPHYSADDR=0xc0000000
 options KERNVIRTADDR=0xc0000000
 options PHYSADDR=0xc0000000
 include		"../sa11x0/std.sa11x0"
-#To statically compile in device wiring instead of /boot/device.hints
-#hints		"GENERIC.hints"		#Default places to look for devices.
 makeoptions	MODULES_OVERRIDE=""
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

Modified: head/sys/arm/conf/SKYEYE
==============================================================================
--- head/sys/arm/conf/SKYEYE	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/arm/conf/SKYEYE	Tue Jan 19 17:20:34 2010	(r202634)
@@ -24,8 +24,6 @@ options 	KERNPHYSADDR=0xc0000000	
 options 	KERNVIRTADDR=0xc0000000	
 options 	PHYSADDR=0xc0000000
 include		"../at91/std.kb920x"
-#To statically compile in device wiring instead of /boot/device.hints
-#hints		"GENERIC.hints"		#Default places to look for devices.
 makeoptions	MODULES_OVERRIDE=""
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/conf/NOTES	Tue Jan 19 17:20:34 2010	(r202634)
@@ -50,6 +50,15 @@ ident		LINT
 #
 maxusers	10
 
+# To statically compile in device wiring instead of /boot/device.hints
+#hints		"LINT.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		"LINT.env"
+
 #
 # The `makeoptions' parameter allows variables to be passed to the
 # generated Makefile in the build area.

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/i386/conf/GENERIC	Tue Jan 19 17:20:34 2010	(r202634)
@@ -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

Modified: head/sys/mips/conf/QEMU
==============================================================================
--- head/sys/mips/conf/QEMU	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/mips/conf/QEMU	Tue Jan 19 17:20:34 2010	(r202634)
@@ -30,8 +30,6 @@ makeoptions	MODULES_OVERRIDE=""
 options 	KERNVIRTADDR=0x80100000
 include		"../adm5120/std.adm5120"
 
-#hints		"GENERIC.hints"		#Default places to look for devices.
-
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
 options 	DDB

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/pc98/conf/GENERIC	Tue Jan 19 17:20:34 2010	(r202634)
@@ -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_4BSD		# 4BSD scheduler

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/powerpc/conf/GENERIC	Tue Jan 19 17:20:34 2010	(r202634)
@@ -21,9 +21,6 @@
 cpu		AIM
 ident		GENERIC
 
-#To statically compile in device wiring instead of /boot/device.hints
-#hints		"GENERIC.hints"
-
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
 # Platform support

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Tue Jan 19 17:10:34 2010	(r202633)
+++ head/sys/sparc64/conf/GENERIC	Tue Jan 19 17:20:34 2010	(r202634)
@@ -21,15 +21,6 @@
 cpu		SUN4U
 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
 
 # Platforms supported


More information about the svn-src-head mailing list