summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-02 23:37:45 +0000
committerobrien <obrien@FreeBSD.org>2001-09-02 23:37:45 +0000
commit057bc9ceba64f4042a1b7f49e507843f63a6f92e (patch)
tree79b2c4e3d306ea4e690b116233ee3624ba52ca9c /sys/sparc64/conf
parent6bc0d2020101009237795ed2bb818fc9a725c075 (diff)
downloadFreeBSD-src-057bc9ceba64f4042a1b7f49e507843f63a6f92e.zip
FreeBSD-src-057bc9ceba64f4042a1b7f49e507843f63a6f92e.tar.gz
Match the style of very other platform we have.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC20
1 files changed, 13 insertions, 7 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index bb16067..b69a414 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -12,10 +12,8 @@
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
-# device lines is also present in the ../../i386/conf/NOTES file.
-# If you are in doubt as to the purpose or necessity of a line, check first
-# in NOTES. Please note that this is the i386 NOTES, but it still contains
-# valuable info for sparc64 too.
+# device lines is also present in the NOTES configuration file. If you are
+# in doubt as to the purpose or necessity of a line, check first in NOTES.
#
# $FreeBSD$
@@ -24,9 +22,17 @@ cpu SUN4U
ident GENERIC
maxusers 32
-options DDB
-options FFS
-options MD_ROOT
+#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
+
+options FFS #Berkeley Fast Filesystem
+options MD_ROOT #MD is a potential root device
options MD_ROOT_SIZE=64
+# Debugging for use in -current
+options DDB
+
+# Pseudo devices - the number indicates how many units to allocate.
device md
OpenPOWER on IntegriCloud