X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 43815385842E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1675062597;
	bh=XHWTSkZiHbjm99u3wqwKCrnhB8V5C/RgafduDEbL+Ac=;
	h=To:Subject:Date:References:In-Reply-To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=XwMQ1gOHCAyTAE1Z2PzS3keg+eX6IbRWOjSGmqAWzWZ8p9tsn7wFmyGyW1qQYqZCN
	 sa7NI1RcFi4FD0zq6NXrBTv79NhE49caEOPJIpvrsEyid18gaCOz1bh7hI1SvVPvGJ
	 Paa7nUeqYC+xZ0BJhmVlY79vM1gax0BP+F98YSfk=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C941B3858D1E
X-Injected-Via-Gmane: http://gmane.org/
To: cygwin@cygwin.com
Subject: Re: ioperm / iopl / pciutils
Date: Mon, 30 Jan 2023 08:09:12 +0100
Message-ID: <tr7qeo$k4l$1@ciao.gmane.io>
References: <tr6a0o$ohp$2@ciao.gmane.io>
 <102fe367-2f87-2b73-33e4-5633499f2a3a@cs.umass.edu>
Mime-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
 Thunderbird/102.6.1
In-Reply-To: <102fe367-2f87-2b73-33e4-5633499f2a3a@cs.umass.edu>
X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,
 FORGED_GMAIL_RCVD, FORGED_MUA_MOZILLA, FREEMAIL_FORGED_FROMDOMAIN,
 FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A,
 NML_ADSP_CUSTOM_MED, SPF_HELO_NONE, SPF_PASS,
 TXREP autolearn=no autolearn_force=no version=3.4.6
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Franz Fehringer via Cygwin <cygwin@cygwin.com>
Reply-To: Franz Fehringer <fehrin2@gmail.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Am 30.01.2023 um 03:35 schrieb Eliot Moss via Cygwin:
> On 1/30/2023 4:22 AM, Franz Fehringer via Cygwin wrote:
>> Hi all,
>>
>> Is there any Cygwin package providing the iopl et al. routines?
>> Google uncovers an ioperm package but that seems to be nothing current.
>> My goal is to compile https://github.com/pciutils/pciutils with Cygwin.
> 
> The package claims to be available under CYGWIN [sic].
> 
> What issue(s) are you having?
> 
> Eliot Moss
> 

In trying to compile pciutils (the lib part) (on Cygwin) the
#include <sys/io.h>
cannot be fulfilled with Cygwin.
#include <io.h>
would work but this header does not contain the definitions (or 
declarations) needed.
And this means iopl and Co.
There are other obstacles, but this is the biggest one.




-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
