cvs commit: src/sys/dev/sio sio.c

Poul-Henning Kamp phk at FreeBSD.org
Thu Sep 16 12:46:23 PDT 2004


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


More information about the cvs-src mailing list