DragonFly BSD
DragonFly commits List (threaded) for 2004-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/misc/syscons syscons.c


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Apr 2004 21:32:19 -0700 (PDT)

cpressey    2004/04/23 21:32:19 PDT

DragonFly src repository

  Modified files:
    sys/dev/misc/syscons syscons.c 
  Log:
  Merge with FreeBSD (RELENG_4) src/sys/dev/syscons/syscons.c,
  revisions 1.336.2.16 and 1.336.2.17.
  
  This fixes two bell-related bugs in syscons(4):
  
  - Do not attempt to ring the audible bell if either the frequency
  or duration is zero, as these values indicate that the bell is off,
  yet can produce odd sounds on some hardware.  (1.336.2.16)
  
  - Do not prevent processes on currently inactive VTY's from waking
  up from waiting for the output queue when the visible bell rings on
  the currently active VTY.  (1.336.2.17)
  
  Reviewed-by: Hiten Pandya <hmp@xxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.9       +4 -3      src/sys/dev/misc/syscons/syscons.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/misc/syscons/syscons.c.diff?r1=1.8&r2=1.9&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]