cvs commit: src/sys/sys tty.h src/sys/dev/sio sio.c src/sys/netgraph ng_tty.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Sep 17 15:27:33 PDT 2004


phk         2004-09-17 22:26:27 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              tty.h 
    sys/dev/sio          sio.c 
    sys/netgraph         ng_tty.c 
  Log:
  Fix an issue with ng_tty which (ab)used the tty->t_sc field which is
  reserved for the device drivers:
  
  Add a t_lsc field for line discipline private use.
  
  Revision  Changes    Path
  1.453     +6 -4      src/sys/dev/sio/sio.c
  1.31      +6 -6      src/sys/netgraph/ng_tty.c
  1.94      +1 -0      src/sys/sys/tty.h


More information about the cvs-src mailing list