From owner-freebsd-amd64@FreeBSD.ORG Wed Sep 24 09:12:44 2014 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29C8FDB9 for ; Wed, 24 Sep 2014 09:12:44 +0000 (UTC) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC4D99E5 for ; Wed, 24 Sep 2014 09:12:43 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id rd18so6394618iec.30 for ; Wed, 24 Sep 2014 02:12:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=9AyBku+TNfIrfuwzLxarJoWeIgLt8Tm0+4INPbcOo0g=; b=KnAzn8Y65fWCH+V58PjrIlQsXQ3rucgcq1QxAqbXdqN5VWeHxeyWiPVWK9sus5/lCY nzTZOw98mAIJa6coZnhwFvBa56SsDYbx46IW2Z7Gan3zgr+B4gv0Q61NGt1uuYj2+04d h2Ri0g0OwDAiYmqJ/RWLA1KQxAmHKsf5qk7aLFyNNbnF3XosSatIgROZYprG5zmz1LgT gouyzWtRz6Gkg+2nFvhVbtjKBcOIrBEuCVywdaVNnMNyR2jZqVaHTu1FDXxv2yoYkl8E w9MgMl3ICwnlm12kl/94tc3V2zKIX4ZE2e0fWqlSu7qaXOPWT+Ilw0p3U9eEdFXmq5rL s0QQ== X-Gm-Message-State: ALoCoQlF+IllLrgvl+n4bLW+vwYbAlTY+bHhJ/IxWDPCzvAeGfeCBHDm2xXYDQU6E8dZst1OJjDZ MIME-Version: 1.0 X-Received: by 10.42.24.11 with SMTP id u11mr3549486icb.44.1411549957618; Wed, 24 Sep 2014 02:12:37 -0700 (PDT) Received: by 10.107.43.213 with HTTP; Wed, 24 Sep 2014 02:12:37 -0700 (PDT) Date: Wed, 24 Sep 2014 14:42:37 +0530 Message-ID: Subject: memory type e820 From: Sourish Mazumder To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 09:12:44 -0000 Hi, Does freebsd has a linux equivalent of the function e820_any_mapped() ? This function is used to scan the system memory for a specific type. How to scan the system memory in freebsd? -- Sourish Mazumder