PERFORCE change 133360 for review

Warner Losh imp at FreeBSD.org
Tue Jan 15 14:52:30 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133360

Change 133360 by imp at imp_lighthouse on 2008/01/15 22:51:32

	NO_DMA define.  This is uber-lame, but gets the kernel boot.
	Its root cause needs to be tracked down.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/busdma_machdep.c#9 edit

Differences ...

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

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


More information about the p4-projects mailing list