View | Details | Raw Unified | Return to bug 219802
Collapse All | Expand All

(-)sys/amd64/conf/NOTES (-8 lines)
Lines 623-636 Link Here
623
# Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_FREEBSD32)
623
# Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_FREEBSD32)
624
options 	COMPAT_LINUX32
624
options 	COMPAT_LINUX32
625
625
626
# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
627
# and PSEUDOFS)
628
options 	LINPROCFS
629
630
#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32
631
# and PSEUDOFS)
632
options 	LINSYSFS
633
634
#####################################################################
626
#####################################################################
635
# VM OPTIONS
627
# VM OPTIONS
636
628
(-)sys/i386/conf/NOTES (-8 lines)
Lines 944-957 Link Here
944
# Enable i386 a.out binary support
944
# Enable i386 a.out binary support
945
options 	COMPAT_AOUT
945
options 	COMPAT_AOUT
946
946
947
# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
948
# and PSEUDOFS)
949
options 	LINPROCFS
950
951
#Enable the linux-like sys filesystem support (requires COMPAT_LINUX
952
# and PSEUDOFS)
953
options 	LINSYSFS
954
955
# Enable NDIS binary driver support
947
# Enable NDIS binary driver support
956
options 	NDISAPI
948
options 	NDISAPI
957
device		ndis
949
device		ndis
(-)tools/tools/mfi/runmegacli.sh (-5 / +4 lines)
Lines 3-13 Link Here
3
# $FreeBSD$
3
# $FreeBSD$
4
# This is a simple wrapper for running the MegaCLI tool for Linux.  It assumes
4
# This is a simple wrapper for running the MegaCLI tool for Linux.  It assumes
5
# that the MegaCLI binary has been installed in /compat/linux/usr/sbin/MegaCli.
5
# that the MegaCLI binary has been installed in /compat/linux/usr/sbin/MegaCli.
6
# The binary must also have been branded appropriately, and the COMPAT_LINUX,
6
# The binary must also have been branded appropriately and the COMPAT_LINUX
7
# LINPROCFS, and LINSYSFS options must be enabled.  It is best to enable the
7
# option must be enabled.  It is best to enable the COMPAT_LINUX option and
8
# COMPAT_LINUX option and compile the mfi driver into the kernel, instead of
8
# compile the mfi driver into the kernel, instead of loading it as a module,
9
# loading it as a module, to ensure that all of the required driver bits are
9
# to ensure that all of the required driver bits are enabled.
10
# enabled.
11
#
10
#
12
11
13
megacli=/usr/sbin/MegaCli
12
megacli=/usr/sbin/MegaCli

Return to bug 219802