freebsd-dev/sys/dev/uart
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
..
uart_bus_acpi.c
uart_bus_ebus.c
uart_bus_isa.c
uart_bus_pccard.c
uart_bus_pci.c
uart_bus_puc.c
uart_bus.h
uart_core.c
uart_cpu_alpha.c
uart_cpu_amd64.c
uart_cpu_i386.c
uart_cpu_ia64.c
uart_cpu_pc98.c
uart_cpu_sparc64.c
uart_cpu.h
uart_dev_i8251.c
uart_dev_i8251.h
uart_dev_ns8250.c
uart_dev_ns8250.h
uart_dev_sab82532.c
uart_dev_sab82532.h
uart_dev_z8530.c
uart_dev_z8530.h
uart_if.m
uart_kbd_sun_tables.h
uart_kbd_sun.c
uart_kbd_sun.h
uart_tty.c Device megapatch 3/6: 2004-02-21 20:41:11 +00:00
uart.h