Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2008 19:43:09 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys tty.h
Message-ID:  <200809241943.m8OJhQPJ008540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-09-24 19:43:09 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              tty.h 
  Log:
  SVN rev 183332 on 2008-09-24 19:43:09Z by ed
  
  Add another TTY locking migration macro: tty_getlock().
  
  Some subsystems (HPS-USB) like to lock down the TTY through a more
  generic approach, namely the regular mtx(9) macro's. Allow the TTY lock
  to be obtained through the new macro.
  
  Discussed with: hps, thompsa
  
  Revision  Changes    Path
  1.109     +1 -0      src/sys/sys/tty.h



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