From owner-p4-projects@FreeBSD.ORG Sat Aug 16 16:20:21 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6E5C337B404; Sat, 16 Aug 2003 16:20:21 -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 011BD37B401 for ; Sat, 16 Aug 2003 16:20:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E20B43F85 for ; Sat, 16 Aug 2003 16:20:20 -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 h7GNKK0U013360 for ; Sat, 16 Aug 2003 16:20:20 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7GNKJuB013354 for perforce@freebsd.org; Sat, 16 Aug 2003 16:20:19 -0700 (PDT) Date: Sat, 16 Aug 2003 16:20:19 -0700 (PDT) Message-Id: <200308162320.h7GNKJuB013354@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 36274 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: Sat, 16 Aug 2003 23:20:22 -0000 http://perforce.freebsd.org/chv.cgi?CH=36274 Change 36274 by marcel@marcel_nfs on 2003/08/16 16:19:28 We also need to compile uart_if.c of course. Affected files ... .. //depot/projects/uart/modules/uart/Makefile#2 edit Differences ... ==== //depot/projects/uart/modules/uart/Makefile#2 (text+ko) ==== @@ -5,7 +5,8 @@ KMOD= uart SRCS= uart_bus_acpi.c uart_bus_ebus.c uart_bus_isa.c uart_bus_pci.c \ uart_bus_puc.c uart_cons.c uart_core.c uart_cpu_${MACHINE_ARCH}.c \ - uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_subr.c + uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_if.c \ + uart_subr.c SRCS+= bus_if.h device_if.h isa_if.h pci_if.h uart_if.h .include