From owner-svn-src-projects@FreeBSD.ORG Fri Sep 4 19:02:11 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FE0B106568B; Fri, 4 Sep 2009 19:02:11 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F51A8FC16; Fri, 4 Sep 2009 19:02:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n84J2Bvm000372; Fri, 4 Sep 2009 19:02:11 GMT (envelope-from gonzo@svn.freebsd.org) Received: (from gonzo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n84J2B0Z000369; Fri, 4 Sep 2009 19:02:11 GMT (envelope-from gonzo@svn.freebsd.org) Message-Id: <200909041902.n84J2B0Z000369@svn.freebsd.org> From: Oleksandr Tymoshenko Date: Fri, 4 Sep 2009 19:02:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196836 - projects/mips/sys/mips/malta X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 19:02:11 -0000 Author: gonzo Date: Fri Sep 4 19:02:11 2009 New Revision: 196836 URL: http://svn.freebsd.org/changeset/base/196836 Log: - Clean out some XXXMIPS comments that's not relevant now Modified: projects/mips/sys/mips/malta/uart_bus_maltausart.c projects/mips/sys/mips/malta/uart_cpu_maltausart.c Modified: projects/mips/sys/mips/malta/uart_bus_maltausart.c ============================================================================== --- projects/mips/sys/mips/malta/uart_bus_maltausart.c Fri Sep 4 19:00:48 2009 (r196835) +++ projects/mips/sys/mips/malta/uart_bus_maltausart.c Fri Sep 4 19:02:11 2009 (r196836) @@ -28,10 +28,6 @@ * code written by Olivier Houchard. */ -/* - * XXXMIPS: This file is hacked from arm/... . XXXMIPS here means this file is - * experimental and was written for MIPS32 port. - */ #include "opt_uart.h" #include @@ -53,9 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include -/* - * XXXMIPS: - */ #include #include "uart_if.h" Modified: projects/mips/sys/mips/malta/uart_cpu_maltausart.c ============================================================================== --- projects/mips/sys/mips/malta/uart_cpu_maltausart.c Fri Sep 4 19:00:48 2009 (r196835) +++ projects/mips/sys/mips/malta/uart_cpu_maltausart.c Fri Sep 4 19:02:11 2009 (r196836) @@ -29,10 +29,6 @@ * Skeleton of this file was based on respective code for ARM * code written by Olivier Houchard. */ -/* - * XXXMIPS: This file is hacked from arm/... . XXXMIPS here means this file is - * experimental and was written for MIPS32 port. - */ #include "opt_uart.h" #include