From owner-cvs-all@FreeBSD.ORG Fri May 16 06:27:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B90F1065672; Fri, 16 May 2008 06:27:04 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 520B18FC1E; Fri, 16 May 2008 06:27:04 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G6R42d063161; Fri, 16 May 2008 06:27:04 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G6R4Yn063160; Fri, 16 May 2008 06:27:04 GMT (envelope-from benno) Message-Id: <200805160627.m4G6R4Yn063160@repoman.freebsd.org> From: Benno Rice Date: Fri, 16 May 2008 06:27:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options src/sys/nfsclient bootp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 06:27:04 -0000 benno 2008-05-16 06:27:03 UTC FreeBSD src repository Modified files: sys/conf options sys/nfsclient bootp_subr.c Log: Allow the block size used when booting over NFS to be overridden. It defaults to 8192 bytes which is the size currently used. Revision Changes Path 1.629 +1 -0 src/sys/conf/options 1.72 +7 -2 src/sys/nfsclient/bootp_subr.c