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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to