From 32b37b0ea57ff14e97d3d2d7a620bcd53ac8a43d Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Tue, 24 May 2005 18:31:34 +0000 Subject: [PATCH] - 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. --- sys/conf/NOTES | 6 ------ sys/i386/conf/NOTES | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a8aaa3f2d25..480ccab14a6 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 82b2c6a6965..534ad8e8c6b 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"