Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2008 22:57:49 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133362 for review
Message-ID:  <200801152257.m0FMvncj082681@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133362

Change 133362 by imp@imp_lighthouse on 2008/01/15 22:57:10

	Integrate changes 133359 and 133360 from mips2 branch

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/busdma_machdep.c#2 integrate
.. //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#10 integrate

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/busdma_machdep.c#2 (text+ko) ====

@@ -25,6 +25,8 @@
  *
  */
 
+#define NO_DMA
+
 /*-
  * Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
  * All rights reserved.

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/locore.S#10 (text+ko) ====

@@ -196,8 +196,8 @@
 	/* Call the platform-specific startup code. */
 	jal	platform_start
 	sw	zero, START_FRAME - 8(sp)	# Zero out old fp for debugger
-	nop
 
+	/* Is this necessary here? -- xxximp */
 	la	sp, _C_LABEL(thread0)
 	lw	a0, TD_PCB(sp)
 	subu	sp, a0, START_FRAME



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