freebsd-dev/sys/dev/ofw
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
..
ofw_console.c Device megapatch 3/6: 2004-02-21 20:41:11 +00:00
ofw_disk.c Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
ofw_pci.h
openfirm.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
openfirm.h Implement OF_interpret. 2003-06-07 18:34:04 +00:00
openfirmio.c The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
openfirmio.h - Add an OFIOCGETPROPLEN ioctl() to get the length of a property. 2003-06-11 18:33:03 +00:00
openpromio.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
openpromio.h Add a solaris compatible ofw interface for third party software that 2003-06-19 01:40:11 +00:00