Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2004 11:43:35 +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/kern tty.c
Message-ID:  <200409171143.i8HBhZek077006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004-09-17 11:43:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  Add ttyopen and ttyclose functions which will do the right stuff for
  most if not all of our tty drivers in the future.
  
  Centralizing this stuff enables us to remove about 100 lines of
  almost but not quite perfectly copy&paste code from each tty driver.
  
  Revision  Changes    Path
  1.230     +97 -0     src/sys/kern/tty.c



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