freebsd-skq/sys/dev/zs
Poul-Henning Kamp 8e1f1df080 Device megapatch 3/6:
Add missing D_TTY flags to various drivers.

Complete asserts that dev_t's passed to ttyread(), ttywrite(),
ttypoll() and ttykqwrite() have (d_flags & D_TTY) and a struct tty
pointer.

Make ttyread(), ttywrite(), ttypoll() and ttykqwrite() the default
cdevsw methods for D_TTY drivers and remove the explicit initializations
in various drivers cdevsw structures.
2004-02-21 20:41:11 +00:00
..
z8530reg.h Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00
z8530var.h Split this into bus specific front end(s), so that it can be used by ppc. 2003-01-08 23:36:16 +00:00
zs_macio.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
zs_sbus.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
zs.c Device megapatch 3/6: 2004-02-21 20:41:11 +00:00