Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2011 11:40:32 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221255 - head/sys/mips/atheros
Message-ID:  <201104301140.p3UBeWKR044208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Apr 30 11:40:31 2011
New Revision: 221255
URL: http://svn.freebsd.org/changeset/base/221255

Log:
  Flip off debugging for now.

Modified:
  head/sys/mips/atheros/ar724x_pci.c

Modified: head/sys/mips/atheros/ar724x_pci.c
==============================================================================
--- head/sys/mips/atheros/ar724x_pci.c	Sat Apr 30 11:36:16 2011	(r221254)
+++ head/sys/mips/atheros/ar724x_pci.c	Sat Apr 30 11:40:31 2011	(r221255)
@@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$");
 
 #include <mips/atheros/ar71xx_cpudef.h>
 
-#define	AR724X_PCI_DEBUG
+#undef	AR724X_PCI_DEBUG
 #ifdef AR724X_PCI_DEBUG
 #define dprintf printf
 #else



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