From owner-freebsd-arch@FreeBSD.ORG Fri Apr 9 09:27:38 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D07C106566B; Fri, 9 Apr 2010 09:27:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id C73238FC0A; Fri, 9 Apr 2010 09:27:37 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=IkcTkHD0fZMA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=CiGHVtXQaeqWVOkG9DMA:9 a=gh83i6PurHjv94mFO57wEyh1VwkA:4 a=QEXdDO2ut3YA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1287024327; Fri, 09 Apr 2010 11:27:35 +0200 From: Hans Petter Selasky To: freebsd-arch@freebsd.org Date: Fri, 9 Apr 2010 11:25:31 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <4BBEE2DD.3090409@freebsd.org> In-Reply-To: <4BBEE2DD.3090409@freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004091125.31395.hselasky@c2i.net> Cc: Andriy Gapon Subject: Re: (in)appropriate uses for MAXBSIZE X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2010 09:27:38 -0000 On Friday 09 April 2010 10:18:37 Andriy Gapon wrote: > As you know MAXBSIZE is currently defined to 64K (seems to a popular value > for constants). There is the following comment for this parameter and its > value: > > > Feedback welcome. > Thanks! > Hi, Some hardware will break if you do more than 64K at a time. Especially USB memory sticks. --HPS