summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2005-05-24 18:31:34 +0000
committermux <mux@FreeBSD.org>2005-05-24 18:31:34 +0000
commit9a0d779e6afb4f5592c0dc3ff38e3d64df753084 (patch)
treef9e6794bc71d7a95b674e3972c8f0129e03986ef /sys
parent5f0ea7b68ee762b2a4ca6d1346eef29184ddea6f (diff)
downloadFreeBSD-src-9a0d779e6afb4f5592c0dc3ff38e3d64df753084.zip
FreeBSD-src-9a0d779e6afb4f5592c0dc3ff38e3d64df753084.tar.gz
- Move the REISERFS option in the MD NOTES file for i386, it doesn't
exist on other architectures yet. - While I'm here, fix the formatting of the options line. The keyword "options" should be followed by a space and then a tab, not 2 tabs.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/NOTES6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a8aaa3f..480ccab 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -916,12 +916,6 @@ device vcoda #coda minicache <-> venus comm.
#
options EXT2FS
-#
-# Add support for the ReiserFS filesystem (used in Linux). Currently,
-# this is limited to read-only access.
-#
-options REISERFS
-
# Use real implementations of the aio_* system calls. There are numerous
# stability and security issues in the current aio code that make it
# unsuitable for inclusion on machines with untrusted local users.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 82b2c6a..534ad8e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -261,6 +261,12 @@ options CLK_USE_I8254_CALIBRATION
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
+#
+# Add support for the ReiserFS filesystem (used in Linux). Currently,
+# this is limited to read-only access.
+#
+options REISERFS
+
device speaker #Play IBM BASIC-style noises out your speaker
hint.speaker.0.at="isa"
hint.speaker.0.port="0x61"
OpenPOWER on IntegriCloud