Index: sys/amd64/conf/NOTES =================================================================== --- sys/amd64/conf/NOTES (revision 319602) +++ sys/amd64/conf/NOTES (working copy) @@ -623,14 +623,6 @@ # Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_FREEBSD32) options COMPAT_LINUX32 -# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32 -# and PSEUDOFS) -options LINPROCFS - -#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32 -# and PSEUDOFS) -options LINSYSFS - ##################################################################### # VM OPTIONS Index: sys/i386/conf/NOTES =================================================================== --- sys/i386/conf/NOTES (revision 319602) +++ sys/i386/conf/NOTES (working copy) @@ -944,14 +944,6 @@ # Enable i386 a.out binary support options COMPAT_AOUT -# Enable the linux-like proc filesystem support (requires COMPAT_LINUX -# and PSEUDOFS) -options LINPROCFS - -#Enable the linux-like sys filesystem support (requires COMPAT_LINUX -# and PSEUDOFS) -options LINSYSFS - # Enable NDIS binary driver support options NDISAPI device ndis Index: tools/tools/mfi/runmegacli.sh =================================================================== --- tools/tools/mfi/runmegacli.sh (revision 319602) +++ tools/tools/mfi/runmegacli.sh (working copy) @@ -3,11 +3,10 @@ # $FreeBSD$ # This is a simple wrapper for running the MegaCLI tool for Linux. It assumes # that the MegaCLI binary has been installed in /compat/linux/usr/sbin/MegaCli. -# The binary must also have been branded appropriately, and the COMPAT_LINUX, -# LINPROCFS, and LINSYSFS options must be enabled. It is best to enable the -# COMPAT_LINUX option and compile the mfi driver into the kernel, instead of -# loading it as a module, to ensure that all of the required driver bits are -# enabled. +# The binary must also have been branded appropriately and the COMPAT_LINUX +# option must be enabled. It is best to enable the COMPAT_LINUX option and +# compile the mfi driver into the kernel, instead of loading it as a module, +# to ensure that all of the required driver bits are enabled. # megacli=/usr/sbin/MegaCli