aboutsummaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/io_perm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/i386/i386/io_perm.c b/i386/i386/io_perm.c
index c966102c..6db60f73 100644
--- a/i386/i386/io_perm.c
+++ b/i386/i386/io_perm.c
@@ -70,12 +70,9 @@
#define PCI_CFG1_START 0xcf8
#define PCI_CFG1_END 0xcff
-#define PCI_CFG2_START 0xc000
-#define PCI_CFG2_END 0xcfff
#define CONTAINS_PCI_CFG(from, to) \
- ( ( ( from <= PCI_CFG1_END ) && ( to >= PCI_CFG1_START ) ) || \
- ( ( from <= PCI_CFG2_END ) && ( to >= PCI_CFG2_START ) ) )
+ ( ( from <= PCI_CFG1_END ) && ( to >= PCI_CFG1_START ) )
/* Our device emulation ops. See below, at the bottom of this file. */