summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-24 18:56:54 +0000
committerpeter <peter@FreeBSD.org>2000-08-24 18:56:54 +0000
commit2aff7a5e803e4bc8da3286b4fee7d3b5a2b9956f (patch)
tree819beeac15d43bfce8d54037ffcd9d2625c3fbb3 /sys
parent07dee18730bcd531c18c4104b58a60a2479c3699 (diff)
downloadFreeBSD-src-2aff7a5e803e4bc8da3286b4fee7d3b5a2b9956f.zip
FreeBSD-src-2aff7a5e803e4bc8da3286b4fee7d3b5a2b9956f.tar.gz
Comment out the static wiring of hints for GENERIC - the release process
now installs the hints file into /boot.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/GENERIC3
-rw-r--r--sys/alpha/conf/NOTES3
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/pc98/conf/GENERIC3
5 files changed, 10 insertions, 5 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 5b3b53e..27b5006 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -27,7 +27,8 @@ cpu EV5
ident GENERIC
maxusers 32
-hints "GENERIC.hints"
+#To statically compile in device wiring instead of /boot/device.hints
+#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 5b3b53e..27b5006 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -27,7 +27,8 @@ cpu EV5
ident GENERIC
maxusers 32
-hints "GENERIC.hints"
+#To statically compile in device wiring instead of /boot/device.hints
+#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index a4561ff..7650292 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -25,7 +25,8 @@ cpu I686_CPU
ident GENERIC
maxusers 32
-hints "GENERIC.hints" #Default places to look for devices.
+#To statically compile in device wiring instead of /boot/device.hints
+#hints "GENERIC.hints" #Default places to look for devices.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index a4561ff..7650292 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -25,7 +25,8 @@ cpu I686_CPU
ident GENERIC
maxusers 32
-hints "GENERIC.hints" #Default places to look for devices.
+#To statically compile in device wiring instead of /boot/device.hints
+#hints "GENERIC.hints" #Default places to look for devices.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 6910fa4..3c27892 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -25,7 +25,8 @@ cpu I686_CPU
ident GENERIC
maxusers 32
-hints "GENERIC.hints"
+#To statically compile in device wiring instead of /boot/device.hints
+#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
OpenPOWER on IntegriCloud