From owner-p4-projects@FreeBSD.ORG Sat Jun 28 23:47:56 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3144537B404; Sat, 28 Jun 2003 23:47:56 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCFE737B401 for ; Sat, 28 Jun 2003 23:47:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6884400E for ; Sat, 28 Jun 2003 23:47:55 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5T6lt0U082162 for ; Sat, 28 Jun 2003 23:47:55 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5T6lsAF082159 for perforce@freebsd.org; Sat, 28 Jun 2003 23:47:54 -0700 (PDT) Date: Sat, 28 Jun 2003 23:47:54 -0700 (PDT) Message-Id: <200306290647.h5T6lsAF082159@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 33832 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 06:47:57 -0000 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 ...