Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them;
authormiod <miod@openbsd.org>
Tue, 10 Oct 2023 18:40:34 +0000 (18:40 +0000)
committermiod <miod@openbsd.org>
Tue, 10 Oct 2023 18:40:34 +0000 (18:40 +0000)
commitd633c629ecdcbd9def0b00bf2412107413d0b532
tree54c5019a39423a7e88d056dc47bc5a7edf472a60
parentdcab91281821c69b4f0f4be3f497e3427a39a2b9
Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them;
this prevents a DIAGNOSTIC panic when running in qemu without option
"-M virt,highmem=off".

Reported by and ok jsg@
sys/arch/armv7/vexpress/pciecam.c