Connect reiserfs build to every platforms, not only i386 and pc98.
Reviewed by: mux (mentor) Approved by: re (dougb)
This commit is contained in:
parent
7445b5118d
commit
fe98fb3210
@ -918,6 +918,12 @@ 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.
|
||||
|
@ -1070,6 +1070,15 @@ gnu/fs/ext2fs/ext2_lookup.c optional ext2fs
|
||||
gnu/fs/ext2fs/ext2_subr.c optional ext2fs
|
||||
gnu/fs/ext2fs/ext2_vfsops.c optional ext2fs
|
||||
gnu/fs/ext2fs/ext2_vnops.c optional ext2fs
|
||||
gnu/fs/reiserfs/reiserfs_hashes.c optional reiserfs \
|
||||
warning "kernel contains GPL contaminated ReiserFS filesystem"
|
||||
gnu/fs/reiserfs/reiserfs_inode.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_item_ops.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_namei.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_prints.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_stree.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_vfsops.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_vnops.c optional reiserfs
|
||||
#
|
||||
# isdn4bsd device drivers
|
||||
#
|
||||
|
@ -224,15 +224,6 @@ geom/geom_bsd.c standard
|
||||
geom/geom_bsd_enc.c standard
|
||||
geom/geom_mbr.c standard
|
||||
geom/geom_mbr_enc.c standard
|
||||
gnu/fs/reiserfs/reiserfs_hashes.c optional reiserfs \
|
||||
warning "kernel contains GPL contaminated ReiserFS filesystem"
|
||||
gnu/fs/reiserfs/reiserfs_inode.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_item_ops.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_namei.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_prints.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_stree.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_vfsops.c optional reiserfs
|
||||
gnu/fs/reiserfs/reiserfs_vnops.c optional reiserfs
|
||||
dev/acpica/acpi_if.m standard
|
||||
i386/acpica/OsdEnvironment.c optional acpi
|
||||
i386/acpica/acpi_machdep.c optional acpi
|
||||
|
@ -157,15 +157,6 @@ 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 \
|
||||
|
@ -177,6 +177,7 @@ NWFS opt_dontuse.h
|
||||
PORTALFS opt_dontuse.h
|
||||
PROCFS opt_dontuse.h
|
||||
PSEUDOFS opt_dontuse.h
|
||||
REISERFS opt_dontuse.h
|
||||
SMBFS opt_dontuse.h
|
||||
UDF opt_dontuse.h
|
||||
UMAPFS opt_dontuse.h
|
||||
|
@ -120,9 +120,6 @@ SPIGOT_UNSECURE opt_spigot.h
|
||||
# Enables NETGRAPH support for Cronyx adapters
|
||||
NETGRAPH_CRONYX opt_ng_cronyx.h
|
||||
|
||||
# ReiserFS
|
||||
REISERFS opt_dontuse.h
|
||||
|
||||
# -------------------------------
|
||||
# isdn4bsd: passive ISA cards
|
||||
# -------------------------------
|
||||
|
@ -264,12 +264,6 @@ 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"
|
||||
|
Loading…
Reference in New Issue
Block a user