From owner-p4-projects@FreeBSD.ORG Sun Jul 6 16:39:45 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E740C1065676; Sun, 6 Jul 2008 16:39:44 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB57C106564A for ; Sun, 6 Jul 2008 16:39:44 +0000 (UTC) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 97E4A8FC12 for ; Sun, 6 Jul 2008 16:39:44 +0000 (UTC) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m66Gdi5m046730 for ; Sun, 6 Jul 2008 16:39:44 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m66Gdig0046728 for perforce@freebsd.org; Sun, 6 Jul 2008 16:39:44 GMT (envelope-from marcel@freebsd.org) Date: Sun, 6 Jul 2008 16:39:44 GMT Message-Id: <200807061639.m66Gdig0046728@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 Cc: Subject: PERFORCE change 144790 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 16:39:45 -0000 http://perforce.freebsd.org/chv.cgi?CH=144790 Change 144790 by marcel@marcel_xcllnt on 2008/07/06 16:39:19 Compile... Affected files ... .. //depot/projects/uart/dev/uart/uart_dev_i8251.c#7 edit .. //depot/projects/uart/modules/uart/Makefile#18 edit .. //depot/projects/uart/pc98/conf/DEFAULTS#8 edit Differences ... ==== //depot/projects/uart/dev/uart/uart_dev_i8251.c#7 (text+ko) ==== @@ -217,7 +217,6 @@ { struct uart_bas *bas; struct uart_devinfo *di; - uint16_t st, rb; bas = &sc->sc_bas; if (sc->sc_sysdev != NULL) { @@ -303,7 +302,6 @@ { struct uart_bas *bas; int ipend; - uint16_t scce; bas = &sc->sc_bas; ipend = 0; ==== //depot/projects/uart/modules/uart/Makefile#18 (text+ko) ==== @@ -11,7 +11,8 @@ SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \ uart_bus_pci.c uart_bus_puc.c uart_bus_scc.c \ uart_core.c uart_dbg.c \ - uart_i8251.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c \ + uart_dev_i8251.c uart_dev_ns8250.c uart_dev_sab82532.c \ + uart_dev_z8530.c \ uart_if.c uart_if.h uart_subr.c uart_tty.c .if ${MACHINE} == "sun4v" SRCS+= uart_cpu_sparc64.c ==== //depot/projects/uart/pc98/conf/DEFAULTS#8 (text+ko) ==== @@ -18,8 +18,8 @@ device io # I/O device # UART chips on this platform +device uart_i8251 device uart_ns8250 -#device uart_i8251 # Default partitioning schemes options GEOM_BSD