diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2006-05-09 22:27:01 +0000 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2006-05-09 22:27:01 +0000 |
commit | f7d4a6b03b3e365a6b195691fd0483d357a11451 (patch) | |
tree | d8dbe60ab35f553873253d68cb94cc9d3698b5c8 /sys/amd64/conf | |
parent | f2e60208838d32fcdb342b70f8e247dd0258834e (diff) | |
download | FreeBSD-src-f7d4a6b03b3e365a6b195691fd0483d357a11451.zip FreeBSD-src-f7d4a6b03b3e365a6b195691fd0483d357a11451.tar.gz |
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
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/amd64/conf/NOTES | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 3093a21..a1dc9dd 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -75,6 +75,7 @@ options SMP # Symmetric MultiProcessor Kernel # Linux 32-bit ABI support options COMPAT_LINUX32 # Compatible with i386 linux binaries options LINPROCFS # Cannot be a module yet. +options LINSYSFS # Bus support. device acpi diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 6269c52..114fd25 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -507,6 +507,10 @@ options COMPAT_LINUX32 # and PSEUDOFS) options LINPROCFS +#Enable the linux-like sys filesystem support (requires COMPAT_LINUX32 +# and PSEUDOFS) +options LINSYSFS + # # SysVR4 ABI emulation # |