diff options
author | raj <raj@FreeBSD.org> | 2008-04-26 17:37:13 +0000 |
---|---|---|
committer | raj <raj@FreeBSD.org> | 2008-04-26 17:37:13 +0000 |
commit | 1bbd903e389d4e7a1b618353ad8574e0616e0d25 (patch) | |
tree | 92d86cc7c17f7a48b4bf4f39d13268267a767d42 /sys/powerpc | |
parent | 3bb1afee32471c7e1c7adc5278bfee4458a3dc7c (diff) | |
download | FreeBSD-src-1bbd903e389d4e7a1b618353ad8574e0616e0d25.zip FreeBSD-src-1bbd903e389d4e7a1b618353ad8574e0616e0d25.tar.gz |
Enable NFSLOCKD for MPC85XX kernel to comply with recent NFS rework.
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/conf/MPC85XX | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index c53293a..814a8e9 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -37,6 +37,7 @@ options MPC85XX options MSDOSFS options NFS_ROOT options NFSCLIENT +options NFSLOCKD options PROCFS options PSEUDOFS options SCHED_4BSD |