From owner-freebsd-arm@freebsd.org Mon Aug 20 18:20:39 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA8A310780D6 for ; Mon, 20 Aug 2018 18:20:39 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B5347A94D for ; Mon, 20 Aug 2018 18:20:39 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id y2-v6so462899wma.1 for ; Mon, 20 Aug 2018 11:20:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=chbA3WUsSBUTCQ/rUuf2xm6pzp3OAzk/fzplyKOPoxk=; b=O7Nggxpe3sQQII8LfpWyUs+thEXdVdoxpeeXyLFIYJdV4zisG4klpSCqyv4BOZD4ZK ljO8xDBD2FR+mXq4SeYcohViRZcmCiFyHX+TLOuvXAZCuL2NukD00VWRpDH83wIssoJJ qJst7r9RpeAtYFkxqPhElGf7qY9tBP8oA4H034wZAoFAa7a3gMc0tGDLQ4ZKoIHoBEuM D/8oFS9k8WpqsDzTIVazaAKiejHHXvSlfY9W2DDmZ7GDWXn2+5jYK2hSklw6y4AY0+Hj lpZnfmdNvNKAqJT8+kzzsBuNTiF9xgcjbcvY42xnqCdo0p/zHnuE7kOA0PSLR8V9xKm6 rkBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=chbA3WUsSBUTCQ/rUuf2xm6pzp3OAzk/fzplyKOPoxk=; b=UvIQwfHWPRxLpMUcPo9E339jZiz0hs5aIrZaZFVOM20N/wZ5DKRXOVmTXYdC+br1uo 1x9IIvcZclcP9VaIbHT5wf8DIcU+8vezMVSGMKbPdcexONp3IfssObRgB2K8docPN5cG CBElsxWndCWUay3mV3feN1HiuwMUsY44Z6irlh7sWY/EMRWi8CGXVGfDcwitfepCIdv/ enVJ0chE2qfAMge5+EvjUsyynWnz8EE32q7wrjviXRJCx7M/wUjca/YfZnYKaZATfMii 4LgMyzEiDEHwY3CmLSiQ9qUGd87LSzpJDMrs2uBghxfLwEV/QPy8n9pIGMcFkrKHAfXt yR5w== X-Gm-Message-State: AOUpUlG8btV2w5P1kr3o/Dhtf4a6M9hpU9Zjajx7J4rzysKQuMfnIbdm Jh7vbtJZUmYTZThgPpp4QN1oEAnKmGSd7s1aaqpRow== X-Google-Smtp-Source: AA+uWPz/nYvgI/zDQhekvIRnPckta0Ydn+kbq0uEs/zAtgT9Eh1Pkchmtob9XqwFBR3zaHBJ39fPyPupe0NN4afu6ec= X-Received: by 2002:a1c:1805:: with SMTP id 5-v6mr25213560wmy.25.1534789238089; Mon, 20 Aug 2018 11:20:38 -0700 (PDT) MIME-Version: 1.0 From: Rajesh Kumar Date: Mon, 20 Aug 2018 23:50:26 +0530 Message-ID: Subject: Can we use INTRNG with amd64 platforms? To: freebsd-arm@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 18:20:39 -0000 Hi, I am writing a GPIO driver for a amd64 platform. I see an option INTRNG for GPIO interrupt handling in arm platforms. Can we use INTRNG in amd64 platform? I tried compiling freebsd with "options INTRNG" in amd64 platform, but it says "Unknown option INTRNG". So, Just wanted to clarify whether INTRNG is supported in amd64? If not, is there any equivalent available for amd64? Also, Is there any available document which explains about INTRNG features?