svn commit: r277254 - head/sys/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Jan 16 17:41:22 UTC 2015


Author: nwhitehorn
Date: Fri Jan 16 17:41:21 2015
New Revision: 277254
URL: https://svnweb.freebsd.org/changeset/base/277254

Log:
  Make netbooting work again by disabling BOOTP_NFSV3. Investigate why this
  causes bad RPC errors later.

Modified:
  head/sys/powerpc/conf/MPC85XX

Modified: head/sys/powerpc/conf/MPC85XX
==============================================================================
--- head/sys/powerpc/conf/MPC85XX	Fri Jan 16 17:40:30 2015	(r277253)
+++ head/sys/powerpc/conf/MPC85XX	Fri Jan 16 17:41:21 2015	(r277254)
@@ -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


More information about the svn-src-all mailing list