From owner-p4-projects@FreeBSD.ORG Wed Jul 23 21:09:19 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F1E5837B401; Wed, 23 Jul 2003 21:09:18 -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 97B1537B405 for ; Wed, 23 Jul 2003 21:09:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BD643FCB for ; Wed, 23 Jul 2003 21:09:17 -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 h6O49H0U069013 for ; Wed, 23 Jul 2003 21:09:17 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6O49G5I069009 for perforce@freebsd.org; Wed, 23 Jul 2003 21:09:16 -0700 (PDT) Date: Wed, 23 Jul 2003 21:09:16 -0700 (PDT) Message-Id: <200307240409.h6O49G5I069009@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 34917 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: Thu, 24 Jul 2003 04:09:20 -0000 http://perforce.freebsd.org/chv.cgi?CH=34917 Change 34917 by marcel@marcel_nfs on 2003/07/23 21:09:05 Add a skeleton driver for the Z8530 and hook it up to the build. Affected files ... .. //depot/projects/uart/conf/files#11 edit .. //depot/projects/uart/dev/uart/uart_dev_z8530.c#1 add Differences ... ==== //depot/projects/uart/conf/files#11 (text+ko) ==== @@ -783,6 +783,7 @@ dev/uart/uart_if.m optional uart dev/uart/uart_dev_ns8250.c optional uart dev/uart/uart_dev_sab82532.c optional uart +dev/uart/uart_dev_z8530.c optional uart dev/uart/uart_bus_acpi.c optional uart acpi dev/uart/uart_bus_ebus.c optional uart ebus dev/uart/uart_bus_isa.c optional uart isa