看板 DFBSD_commit 關於我們 聯絡資訊
commit 0c04660046223681ae1e6dfb7cab4f73e84c66a6 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Wed Apr 13 21:28:14 2011 +0800 elcr: Initialize variable before calling TUNABLE_INT_FETCH() If the tunable is not defined, the variable will not be initailized at all, which causes random ELCR probing failure. Summary of changes: sys/platform/pc32/icu/elcr.c | 2 +- sys/platform/pc64/icu/elcr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c04660046223681ae1e6dfb7cab4f73e84c66a6 -- DragonFly BSD source repository