From 6ff766dcdf3d2c0e81d979c8aa3996a2f3be6fe1 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Wed, 25 May 2005 12:32:06 +0000 Subject: [PATCH] MFi386: Add ReiserFS --- sys/conf/files.pc98 | 9 +++++++++ sys/conf/options.pc98 | 3 +++ sys/pc98/conf/NOTES | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 54354448be93..f8ac86db64cf 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -159,6 +159,15 @@ geom/geom_bsd.c standard geom/geom_bsd_enc.c standard geom/geom_pc98.c standard geom/geom_pc98_enc.c standard +gnu/reiserfs/reiserfs_hashes.c optional reiserfs \ + warning "kernel contains GPL contaminated ReiserFS filesystem" +gnu/reiserfs/reiserfs_inode.c optional reiserfs +gnu/reiserfs/reiserfs_item_ops.c optional reiserfs +gnu/reiserfs/reiserfs_namei.c optional reiserfs +gnu/reiserfs/reiserfs_prints.c optional reiserfs +gnu/reiserfs/reiserfs_stree.c optional reiserfs +gnu/reiserfs/reiserfs_vfsops.c optional reiserfs +gnu/reiserfs/reiserfs_vnops.c optional reiserfs i386/bios/apm.c optional apm #i386/i386/apic_vector.s optional apic i386/i386/atomic.c standard \ diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 3dbab737de27..a6b9529052ae 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -72,6 +72,9 @@ SPIGOT_UNSECURE opt_spigot.h # Enables NETGRAPH support for Cronyx adapters NETGRAPH_CRONYX opt_ng_cronyx.h +# ReiserFS +REISERFS opt_dontuse.h + # ------------------------------- # isdn4bsd: passive PCI cards # ------------------------------- diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 86f1426f6d15..4d2b08cfa92c 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -224,6 +224,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="0x35"