看板 DFBSD_commit 關於我們 聯絡資訊
commit 279e9fd506d4b93d3083b8db7864718937e2f93e Author: Alex Hornung <ahornung@gmail.com> Date: Fri Apr 23 10:17:09 2010 +0000 dsched - serno support * Add support for serno loader tunables, e.g. dsched.policy.WD1293193 = "fq". * Incidentally do another name change on the loader tunables from kern.dsched.* to dsched.* to have the same namespace as the sysctls. * Add a sysctl dsched.policies showing the currently available policies. Summary of changes: sys/kern/kern_dsched.c | 75 ++++++++++++++++++++++++++++++++++++++++++++---- sys/kern/subr_disk.c | 2 + sys/sys/dsched.h | 4 ++ 3 files changed, 75 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/279e9fd506d4b93d3083b8db7864718937e2f93e -- DragonFly BSD source repository