cvs commit: src/sys/dev/misc/syscons syscons.c
Chris Pressey
cpressey at crater.dragonflybsd.org
Fri Apr 23 21:33:12 PDT 2004
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 at 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
More information about the Commits
mailing list