NetBSD/sys/arch/x86
maxv 6bc9aa3b62 If the segment list is full, print a warning on the console and launch the
system with the available segments.

High memory systems may have more than VM_PHYSSEG_MAX segments; it is
better to truncate the memory and allow the system to work rather than
just panicking. The user can still increase VM_PHYSSEG_MAX (or ask us to).

Fixes issues such as PR/47093.

Note: the warning is logged but does not appear in dmesg, this too needs
to be fixed for the rest of the bootstrap procedure.
2017-02-10 10:39:36 +00:00
..
acpi efi_md::md_virt always uses uint64_t. 2017-02-09 11:56:40 +00:00
conf Add cpu_rng, a framework for simple on-CPU random number generators. 2016-02-27 00:09:44 +00:00
include efi_md::md_virt always uses uint64_t. 2017-02-09 11:56:40 +00:00
isa provide intr xname 2016-10-15 16:46:14 +00:00
pci Supress verbose message "This pci host supports neither MSI nor MSI-X." 2017-02-09 03:38:01 +00:00
x86 If the segment list is full, print a warning on the console and launch the 2017-02-10 10:39:36 +00:00