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

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

Change 133360 by imp@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.



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