Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 1999 10:28:25 +0200
From:      Poul-Henning Kamp <phk@freebsd.org>
To:        current@freebsd.org
Subject:   test/review of tty changes
Message-ID:  <2940.938161705@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

http://phk.freebsd.dk/tty

This patch clears the way for removing a number of fields in struct
cdevsw:

        d_stop          moved to struct tty.
        d_reset         unused.
        d_devtotty      linkage now provided by dev_t->si_tty.

Once this patch is in, these fields will be removed from struct
cdevsw together with d_params and d_maxio.

The changes in this patch consist of:

        initialize dev->si_tty in *_open()

        initialize tty->t_stop

        remove devtotty functions

	rename ttpoll to ttypoll

        a few adjustments to these changes in the generic code

        a bump of __FreeBSD_version

Poul-Henning

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2940.938161705>