PERFORCE change 140612 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Apr 25 15:06:18 UTC 2008


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

Change 140612 by gonzo at 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.


More information about the p4-projects mailing list