]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r251186
authorjkim <jkim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 3 Jun 2013 16:46:37 +0000 (16:46 +0000)
committerjkim <jkim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 3 Jun 2013 16:46:37 +0000 (16:46 +0000)
commitb2065f15acd73ca25f3f4067f219456469cf1533
tree7461d98d861ac7084e844f96bf4796690ac0269c
parent12b4d39ece7dbb0ba7d831185ebdd4e13dba5a28
MFC: r251186

Fix a long standing logic bug introduced in r167814.  The code was added to
get RSDP from loader(8) hint via kenv(2) but the bug nullified the new code
and we always fell back to the previous method, i. e., sysctlbyname(3).

git-svn-id: svn://svn.freebsd.org/base/stable/9@251307 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/acpi/acpidump/acpi_user.c