MFi386: Add ReiserFS
This commit is contained in:
parent
09907cdf46
commit
6ff766dcdf
@ -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 \
|
||||
|
@ -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
|
||||
# -------------------------------
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user