]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 281159:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Apr 2015 22:39:32 +0000 (22:39 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Apr 2015 22:39:32 +0000 (22:39 +0000)
commit8cf544a91c60be8cd5cb9968f7afdd4ea98546bc
treea929930ebdd4998292a1f6c3195201ad33ec17c6
parenta35ae5c258f5dc67347dd9a78a2128a7b86dc956
MFC 281159:
Move the message complaining about failed system resource allocations
under bootverbose.  Every example I've seen to date has been due to
an ACPI system resource device reserving a range that overlaps with
system memory (which ram0 attempts to reserve) or a local or I/O APIC
(which apic0 attempts to reserve).  These are always harmless but look
scary to users.

git-svn-id: svn://svn.freebsd.org/base/stable/10@281910 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/acpica/acpi.c