cvs commit: src/sys/sys tty.h src/sys/kern tty.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Jun 25 03:25:32 PDT 2004


phk         2004-06-25 10:24:10 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              tty.h 
    sys/kern             tty.c 
  Log:
  Add two new methods to struct tty:  One for manipulating BREAK condition
  and one for fiddling modem-control signals.
  
  Add generic code to deal with the relevant ioctls if these methods are
  present.
  
  Revision  Changes    Path
  1.223     +49 -1     src/sys/kern/tty.c
  1.83      +4 -0      src/sys/sys/tty.h


More information about the cvs-src mailing list