看板 DFBSD_commit 關於我們 聯絡資訊
commit 7caeaffe310a619def653ece70f8b21106cf278b Author: Matthew Dillon <dillon@laptop1.(none)> Date: Sun Nov 14 07:03:41 2010 -0800 kernel - add kern.sysbeep_enable feature * Add a sysctl kern.sysbeep_enable (default on). Setting this to 0 will disable the system beep / bell. * Useful when messing with a laptop in a conference, those beeps can get really annoying. Summary of changes: sys/kern/tty_cons.c | 3 +++ sys/platform/pc32/isa/clock.c | 2 ++ sys/platform/pc64/isa/clock.c | 2 ++ sys/sys/cons.h | 1 + 4 files changed, 8 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7caeaffe310a619def653ece70f8b21106cf278b -- DragonFly BSD source repository