mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
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
|
||
|---|---|---|
| .. | ||
| si.c | ||
| si.h | ||
| si2_z280.c | ||
| si3_t225.c | ||
| sireg.h | ||