Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2011 21:52:17 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224408 - head/sys/boot/forth
Message-ID:  <201107252152.p6PLqHjX078642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Mon Jul 25 21:52:17 2011
New Revision: 224408
URL: http://svn.freebsd.org/changeset/base/224408

Log:
  Document the tftp.blksize variable added in src/lib/libstand/tftp.c.
  
  Approved by: re	(kib)
  Requested by: maxim

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Mon Jul 25 21:47:56 2011	(r224407)
+++ head/sys/boot/forth/loader.conf	Mon Jul 25 21:52:17 2011	(r224408)
@@ -55,6 +55,11 @@ module_path="/boot/modules"	# Set the mo
 #prompt="\\${interpret}"	# Set the command prompt
 #root_disk_unit="0"		# Force the root disk unit number
 #rootdev="disk1s1a"		# Set the root filesystem
+#tftp.blksize="1428"		# Set the RFC 2348 TFTP block size.
+				# If the TFTP server does not support RFC 2348,
+				# the block size is set to 512.  If the value
+				# is out of range ( < 8 || > 9008 ) an error is
+				# returned.
 
 
 ##############################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107252152.p6PLqHjX078642>