Temporarily expand the pci memory range to suit Dell 13G servers.
authorjmatthew <jmatthew@openbsd.org>
Tue, 16 Dec 2014 23:13:20 +0000 (23:13 +0000)
committerjmatthew <jmatthew@openbsd.org>
Tue, 16 Dec 2014 23:13:20 +0000 (23:13 +0000)
commit9b96fbde9aebbdd7b69eda5acc550208992ce692
tree17233fce24b8f79cd57f644cc3c8be17ac1f0849
parenta7e099c287b9b2e49d8b52a9f0cd117ab7469c2b
Temporarily expand the pci memory range to suit Dell 13G servers.
They have devices outside the 36 bit range that their firmware needs to talk
to, and they get constant acpi interrupts if it can't.  We should get the
necessary ranges via ACPI, but for now just make the allowed range bigger.

ok kettenis@ deraadt@
sys/arch/amd64/pci/pci_machdep.c