PERFORCE change 33832 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sat Jun 28 23:47:57 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=33832
Change 33832 by marcel at marcel_nfs on 2003/06/28 23:47:05
Initial submission of the uart(4) driver. The driver is mostly
non-functional. At this stage it's important to play with the
hardware abstraction and the overall setup of the framework.
The overall structure of the uart(4) driver is:
uart_bus_* - bus front-ends.
uart_dev_* - hardware device drivers.
uart_cpu_* - machine dependent functions.
uart_cons.c - low-level console code.
uart_core.c - the device oriented framework.
uart_tty.c - high-level TTY code.
Affected files ...
.. //depot/projects/uart/dev/uart/uart.h#1 add
.. //depot/projects/uart/dev/uart/uart_bus.h#1 add
.. //depot/projects/uart/dev/uart/uart_bus_acpi.c#1 add
.. //depot/projects/uart/dev/uart/uart_bus_ebus.c#1 add
.. //depot/projects/uart/dev/uart/uart_bus_isa.c#1 add
.. //depot/projects/uart/dev/uart/uart_bus_pci.c#1 add
.. //depot/projects/uart/dev/uart/uart_bus_puc.c#1 add
.. //depot/projects/uart/dev/uart/uart_cons.c#1 add
.. //depot/projects/uart/dev/uart/uart_core.c#1 add
.. //depot/projects/uart/dev/uart/uart_cpu.h#1 add
.. //depot/projects/uart/dev/uart/uart_cpu_alpha.c#1 add
.. //depot/projects/uart/dev/uart/uart_cpu_i386.c#1 add
.. //depot/projects/uart/dev/uart/uart_cpu_ia64.c#1 add
.. //depot/projects/uart/dev/uart/uart_cpu_sparc64.c#1 add
.. //depot/projects/uart/dev/uart/uart_dev_ns8250.c#1 add
.. //depot/projects/uart/dev/uart/uart_dev_ns8250.h#1 add
.. //depot/projects/uart/dev/uart/uart_dev_sab82532.c#1 add
.. //depot/projects/uart/dev/uart/uart_dev_sab82532.h#1 add
.. //depot/projects/uart/dev/uart/uart_if.m#1 add
.. //depot/projects/uart/dev/uart/uart_tty.c#1 add
.. //depot/projects/uart/dev/uart/uart_tty.h#1 add
Differences ...
More information about the p4-projects
mailing list