1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/dev/uart
Poul-Henning Kamp 672c05d49c Preparation commit for the tty cleanups that will follow in the near
future:

rename ttyopen() -> tty_open() and ttyclose() -> tty_close().

We need the ttyopen() and ttyclose() for the new generic cdevsw
functions for tty devices in order to have consistent naming.
2004-07-15 20:47:41 +00:00
..
uart_bus_acpi.c
uart_bus_ebus.c Add missing <sys/module.h> includes currently relying on nested include 2004-06-03 06:10:02 +00:00
uart_bus_isa.c
uart_bus_pccard.c Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
uart_bus_pci.c
uart_bus_puc.c
uart_bus.h Use the new serial port definitions for modemsignals. 2004-06-24 10:07:28 +00:00
uart_core.c Update for the KDB framework: 2004-07-10 21:16:01 +00:00
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_dbg.c Add support for uart(4) being a debug port for the GDB backend. 2004-07-10 18:08:38 +00:00
uart_dev_i8251.c Use the new serial port definitions for modemsignals. 2004-06-24 10:07:28 +00:00
uart_dev_i8251.h
uart_dev_ns8250.c Use the new serial port definitions for modemsignals. 2004-06-24 10:07:28 +00:00
uart_dev_ns8250.h
uart_dev_sab82532.c Use the new serial port definitions for modemsignals. 2004-06-24 10:07:28 +00:00
uart_dev_sab82532.h
uart_dev_z8530.c Use the new serial port definitions for modemsignals. 2004-06-24 10:07:28 +00:00
uart_dev_z8530.h
uart_if.m
uart_kbd_sun_tables.h
uart_kbd_sun.c
uart_kbd_sun.h
uart_subr.c
uart_tty.c Preparation commit for the tty cleanups that will follow in the near 2004-07-15 20:47:41 +00:00
uart.h