diff options
author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-05-09 22:27:01 +0000 |
---|---|---|
committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-05-09 22:27:01 +0000 |
commit | 32397ce071bdd5e4185220f3715694351f860d91 (patch) | |
tree | d8dbe60ab35f553873253d68cb94cc9d3698b5c8 /sys/i386 | |
parent | 4577652f105068592dd22a2be4a83126f08fbbad (diff) | |
download | src-32397ce071bdd5e4185220f3715694351f860d91.tar.gz src-32397ce071bdd5e4185220f3715694351f860d91.zip |
Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
LSI MegaRAID SAS utility.
Sponsored by: IronPort Systems
Man page help from: brueffer
Notes
Notes:
svn path=/head/; revision=158381
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8ac64f0d6ad3..27553e1bdb72 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1041,6 +1041,10 @@ options COMPAT_AOUT # and PSEUDOFS) options LINPROCFS +#Enable the linux-like sys filesystem support (requires COMPAT_LINUX +# and PSEUDOFS) +options LINSYSFS + # # SysVR4 ABI emulation # |