summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.pc989
-rw-r--r--sys/conf/options.pc983
-rw-r--r--sys/pc98/conf/NOTES6
3 files changed, 18 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 5435444..f8ac86d 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 3dbab73..a6b9529 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 86f1426..4d2b08c 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"
OpenPOWER on IntegriCloud