From owner-svn-src-head@FreeBSD.ORG Fri Jan 16 17:41:22 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70E7952F; Fri, 16 Jan 2015 17:41:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C5BA28B; Fri, 16 Jan 2015 17:41:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0GHfMKv088829; Fri, 16 Jan 2015 17:41:22 GMT (envelope-from nwhitehorn@FreeBSD.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0GHfMH2088828; Fri, 16 Jan 2015 17:41:22 GMT (envelope-from nwhitehorn@FreeBSD.org) Message-Id: <201501161741.t0GHfMH2088828@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nwhitehorn set sender to nwhitehorn@FreeBSD.org using -f From: Nathan Whitehorn Date: Fri, 16 Jan 2015 17:41:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277254 - head/sys/powerpc/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 17:41:22 -0000 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