ed 2009-05-31 19:35:41 UTC
FreeBSD src repository
Modified files:
sys/dev/syscons scterm-teken.c
sys/dev/syscons/teken sequences teken.c teken.h
teken_subr_compat.h
Log:
SVN rev 193184 on 2009-05-31 19:35:41Z by ed
Restore support for bell pitch/duration.
Because we only support a single argument to tf_param, use 16 bits for
the pitch and 16 bits for the duration. While there, make the argument
unsigned. There isn't a single param call that needs a signed integer.
Submitted by: danfe (modified)
Revision Changes Path
1.5 +5 -1 src/sys/dev/syscons/scterm-teken.c
1.4 +1 -0 src/sys/dev/syscons/teken/sequences
1.10 +1 -1 src/sys/dev/syscons/teken/teken.c
1.7 +4 -1 src/sys/dev/syscons/teken/teken.h
1.5 +9 -0 src/sys/dev/syscons/teken/teken_subr_compat.h