Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2009 19:02:11 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r196836 - projects/mips/sys/mips/malta
Message-ID:  <200909041902.n84J2B0Z000369@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/cdefs.h>
@@ -53,9 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/uart/uart_bus.h>
 #include <dev/uart/uart_cpu.h>
 
-/*
- * XXXMIPS:
- */
 #include <mips/malta/maltareg.h>
 
 #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 <sys/cdefs.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909041902.n84J2B0Z000369>