Date: Fri, 4 Jun 2004 00:17:03 -0700 (PDT) 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/sys tty.h src/sys/kern tty.c Message-ID: <200406040717.i547H3BF072750@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004/06/04 00:17:03 PDT FreeBSD src repository Modified files: sys/sys tty.h sys/kern tty.c Log: Get rid of ttyregister(). All drivers now use ttymalloc() for struct tty, so now we stand a chance of implementing refcounting and getting rid of the damn things again. Revision Changes Path 1.212 +2 -8 src/sys/kern/tty.c 1.75 +0 -1 src/sys/sys/tty.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406040717.i547H3BF072750>