svn commit: r187237 - head/sys/mips/mips

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Jan 14 12:27:51 PST 2009


Author: gonzo
Date: Wed Jan 14 20:27:49 2009
New Revision: 187237
URL: http://svn.freebsd.org/changeset/base/187237

Log:
  o NO_DMA is no longer required as bug with PIIX4 emulation has been fixed in GXEmul

Modified:
  head/sys/mips/mips/busdma_machdep.c

Modified: head/sys/mips/mips/busdma_machdep.c
==============================================================================
--- head/sys/mips/mips/busdma_machdep.c	Wed Jan 14 20:16:44 2009	(r187236)
+++ head/sys/mips/mips/busdma_machdep.c	Wed Jan 14 20:27:49 2009	(r187237)
@@ -25,8 +25,6 @@
  *
  */
 
-#define NO_DMA
-
 /*-
  * Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
  * All rights reserved.


More information about the svn-src-head mailing list