From owner-freebsd-current@FreeBSD.ORG Wed Jul 18 00:23:46 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDA1B16A401 for ; Wed, 18 Jul 2007 00:23:46 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id 9358613C471 for ; Wed, 18 Jul 2007 00:23:46 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wr-out-0506.google.com with SMTP id 67so13957wri for ; Tue, 17 Jul 2007 17:23:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y8fCwifBHLrQTFO1c4r+fFLpsRkeyjkad0umSRm8EWvaXIcUOJUbMEebGHgkkEkkSrn/6qHz7bwwQ9RzSnrnm1agLSZzWw1/Eh0G/m+tULGwcv0bNT12boouFEod8Ei52FHYxlJ12h/h41cOFR9nKa3s3cthRWcedwWqRw4wXYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p0PmpJqat1GasBC2Xc7KnT12XxBNlpgz1Kgz0PBWWlCXuDwUJRnXAmXBgfFohgeP41FJajBOkCYr3glsls86tHB5U7wakv42z6HAsq3JuqQ+rV1BeJuFzsaLJ2OlftZovpC6s/Rx+tU3EcE2zhGLdCyaUYiAWZGsZD1fZO0S1P8= Received: by 10.78.150.7 with SMTP id x7mr286838hud.1184718224912; Tue, 17 Jul 2007 17:23:44 -0700 (PDT) Received: by 10.78.162.18 with HTTP; Tue, 17 Jul 2007 17:23:44 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 17:23:44 -0700 From: "Kip Macy" To: "Chuck Swiger" In-Reply-To: <2E0C9A04-678B-4C44-9D2E-5500F2C08FE7@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <09BFF2FA5EAB4A45B6655E151BBDD9030483F161@NT-IRVA-0750.brcm.ad.broadcom.com> <2E0C9A04-678B-4C44-9D2E-5500F2C08FE7@mac.com> Cc: David Christensen , current@freebsd.org Subject: Re: Getting/Forcing Greater than 4KB Buffer Allocations X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 00:23:46 -0000 > Is "sysctl hw.pagesize" different on the two systems? It sure looks > like the first machine is using a 4KB pagesize, whereas the second > machine is using an 8KB pagesize... There is no such thing as 8k physical pages on ia32 or x86_64. -Kip