Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2003 23:47:54 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 33832 for review
Message-ID:  <200306290647.h5T6lsAF082159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=33832

Change 33832 by marcel@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 ...


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306290647.h5T6lsAF082159>