Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 19:46:23 +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/dev/sio sio.c
Message-ID:  <200409161946.i8GJkN0w047165@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004-09-16 19:46:23 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sio          sio.c 
  Log:
  Allocate tty at attach time rather than open time.
  
  Use the init/lock*in/out fields in struct tty and remove them from our softc.
  
  Use tty->t_sc to find out softc when convenient.
  
  Mostly OK'ed by:        bde
  
  Revision  Changes    Path
  1.451     +43 -49    src/sys/dev/sio/sio.c



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