Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2004 10:38:48 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys tty.h src/sys/kern tty.c
Message-ID:  <200409301038.i8UAcme0019556@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004-09-30 10:38:48 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              tty.h 
    sys/kern             tty.c 
  Log:
  Assign a global unit number for the tty slave devices (init/lock) using
  the new subr_unit.c code.
  
  For now assert Giant in ttycreate() and ttyfree().  It is not obvious that
  it will ever pay off to lock these with anything else.
  
  Revision  Changes    Path
  1.234     +23 -6     src/sys/kern/tty.c
  1.96      +1 -0      src/sys/sys/tty.h



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