bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnumach - Restrict pci io cfg ports to one process


From: Samuel Thibault
Subject: Re: [PATCH] gnumach - Restrict pci io cfg ports to one process
Date: Sun, 11 Nov 2018 02:51:27 +0100
User-agent: NeoMutt/20170113 (1.7.2)

Damien Zammit, le dim. 11 nov. 2018 12:43:07 +1100, a ecrit:
> +#define IS_IN_PROTECTED_RANGE(from, to) \
> +  ( ( ( from <= PCI_CFG1_START ) && ( to >= PCI_CFG1_END ) ) || \

That should be from <= END && to >= BEGIN, shouldn't it?

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]