summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2015-01-16 17:41:21 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2015-01-16 17:41:21 +0000
commitf6a3b62bace728949cb5949b8ad58585e7b83733 (patch)
tree91180f908a8b45edeab183997eab801f584ae238 /sys/powerpc/conf
parent10cd749e1511b75822667f5153ea7aec74193b9f (diff)
downloadFreeBSD-src-f6a3b62bace728949cb5949b8ad58585e7b83733.zip
FreeBSD-src-f6a3b62bace728949cb5949b8ad58585e7b83733.tar.gz
Make netbooting work again by disabling BOOTP_NFSV3. Investigate why this
causes bad RPC errors later.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/MPC85XX2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index 6c9a2aa..b66804a 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -20,7 +20,7 @@ options ALT_BREAK_TO_DEBUGGER
options BREAK_TO_DEBUGGER
options BOOTP
options BOOTP_NFSROOT
-options BOOTP_NFSV3
+#options BOOTP_NFSV3
options BOOTP_WIRED_TO=tsec0
options CD9660
options COMPAT_43
OpenPOWER on IntegriCloud