cvs commit: src/sys/kern tty.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Sep 17 04:43:35 PDT 2004


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


More information about the cvs-src mailing list