CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/10 12:40:35
Modified files:
sys/arch/armv7/vexpress: pciecam.c
Log message:
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@
