Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2008 15:06:17 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 140612 for review
Message-ID:  <200804251506.m3PF6HsR040886@repoman.freebsd.org>

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

Change 140612 by gonzo@gonzo_jeeves on 2008/04/25 15:06:06

	o NO_DMA is not required any more. MALTA/gxemul problem has been 
	    tracked down to gxemul handling of PCI CMD register. Enabling
	    busmastering does not affects it's value in any way. Thats why
	    r_res1 ended up with NULL value around ata-pci.c:216. Patch for
	    GXemul will be provided and sent to gxemul author a bit later.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/busdma_machdep.c#5 edit

Differences ...

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

@@ -25,8 +25,6 @@
  *
  */
 
-#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?200804251506.m3PF6HsR040886>