freebsd-dev/sys/alpha
Poul-Henning Kamp ae8e1d08d7 This patch clears the way for removing a number of tty related
fields in struct cdevsw:

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

These fields will be removed from struct cdevsw together with
d_params and d_maxio Real Soon Now.

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
        add a couple of FreeBSD tags
1999-09-25 16:21:39 +00:00
..
alpha This patch clears the way for removing a number of tty related 1999-09-25 16:21:39 +00:00
conf Pull in the core bus drivers based on the machine type rather than 1999-09-13 17:52:06 +00:00
include Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot 1999-09-22 05:48:31 +00:00
isa $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. 1999-09-22 22:01:51 +00:00
pci $Id$ -> $FreeBSD$ (some mangled and/or hidden ones) 1999-08-28 02:21:15 +00:00
tc Remove NBPF conditionality of bpf calls in most of our network drivers. 1999-09-25 12:06:01 +00:00
tlsb This patch clears the way for removing a number of tty related 1999-09-25 16:21:39 +00:00