freebsd-dev/sys/pc98/cbus
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
..
30line.h
cbus_dma.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
cbus.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
clock.c Merge from sys/i386/isa/clock.c revision 1.145. 1999-09-04 01:39:52 +00:00
fdc.c - Supported 1.23MB FD again. 1999-09-23 14:21:14 +00:00
fdcreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
gdc.c Gdc and pckbd driver don't support pnp mode. 1999-09-14 12:57:40 +00:00
olpt.c Remove NBPF conditionality of bpf calls in most of our network drivers. 1999-09-25 12:06:01 +00:00
pckbd.c Gdc and pckbd driver don't support pnp mode. 1999-09-14 12:57:40 +00:00
pcrtc.c Merge from sys/i386/isa/clock.c revision 1.145. 1999-09-04 01:39:52 +00:00
ppc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppcreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sc_machdep.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scgdcrndr.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scvtb.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sio.c This patch clears the way for removing a number of tty related 1999-09-25 16:21:39 +00:00
syscons_cbus.c Change isa_get/set_flags() to device_get/set_flags(). 1999-09-07 11:17:09 +00:00