cvs commit: src/sys/dev/syscons scterm-teken.c src/sys/dev/syscons/teken sequences teken.c teken.h teken_subr_compat.h

[ Available lists | Index of cvs-src-old | Month of May 2009 | Week of 31 May 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ed Schouten <ed@FreeBSD.org>
Date
31 May 2009 19:35:55
Subject
cvs commit: src/sys/dev/syscons scterm-teken.c src/sys/dev/syscons/teken sequences teken.c teken.h teken_subr_compat.h
Message-ID
200905311935.n4VJZtYR025766@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.108 seconds