Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2003 07:56:00 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <200303241556.h2OFu1Mo091531@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/03/24 07:56:00 PST

  FreeBSD src repository

  Modified files:
    sys/dev/syscons      syscons.c 
  Log:
  Don't call sysbeep() in sc_bell() if either duration or pitch is zero.
  Otherwise sysbeep() makes an annoying clicking sound on some systems.
  'kbdcontrol -b off' just sets the duration and pitch to zero, it doesn't
  set the QUIET_BELL flag.
  
  Tested by:      SorAlx <soralx@cydem.zp.ua>
  PR:             misc/41772
  MFC after:      1 week
  
  Revision  Changes    Path
  1.400     +1 -1      src/sys/dev/syscons/syscons.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303241556.h2OFu1Mo091531>