]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r251186
authorjkim <jkim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 3 Jun 2013 16:47:46 +0000 (16:47 +0000)
committerjkim <jkim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 3 Jun 2013 16:47:46 +0000 (16:47 +0000)
commitd07c55b5ee246ffa7bc81e5c5b384d7eecb67621
tree170658a5899f308e5fecedf3c69f0b9346454479
parent7a6b4e5eb31441846475fa1f5298971c762f5793
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/8@251308 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/acpi/acpidump/acpi_user.c