From owner-p4-projects@FreeBSD.ORG Tue Aug 26 17:30:06 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5B43C16A4C1; Tue, 26 Aug 2003 17:30:06 -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 2065716A4BF for ; Tue, 26 Aug 2003 17:30:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514D143FE1 for ; Tue, 26 Aug 2003 17:30:05 -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 h7R0U40U031592 for ; Tue, 26 Aug 2003 17:30:04 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7R0U4WR031589 for perforce@freebsd.org; Tue, 26 Aug 2003 17:30:04 -0700 (PDT) Date: Tue, 26 Aug 2003 17:30:04 -0700 (PDT) Message-Id: <200308270030.h7R0U4WR031589@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 36999 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: Wed, 27 Aug 2003 00:30:06 -0000 http://perforce.freebsd.org/chv.cgi?CH=36999 Change 36999 by marcel@marcel_nfs on 2003/08/26 17:29:19 Fix module build after split: o uart_cons.c is out o uart_tty.c is in Affected files ... .. //depot/projects/uart/modules/uart/Makefile#3 edit Differences ... ==== //depot/projects/uart/modules/uart/Makefile#3 (text+ko) ==== @@ -4,9 +4,9 @@ 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_bus_puc.c uart_core.c uart_cpu_${MACHINE_ARCH}.c \ uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_if.c \ - uart_subr.c + uart_subr.c uart_tty.c SRCS+= bus_if.h device_if.h isa_if.h pci_if.h uart_if.h .include