Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 19:35:41 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
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>

next in thread | raw e-mail | index | archive | help

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



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