summaryrefslogtreecommitdiffstats
path: root/hw/mipsnet.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-28 01:43:52 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-28 01:43:52 +0000
commit57ba97deb8d85c47dd60e8eb0c8a43687770137a (patch)
treea60ee0c517ee84c44b29c4e0a51b710783651305 /hw/mipsnet.c
parentf071b4d3ca5e83d332948a970a646437747b70ba (diff)
downloadhqemu-57ba97deb8d85c47dd60e8eb0c8a43687770137a.zip
hqemu-57ba97deb8d85c47dd60e8eb0c8a43687770137a.tar.gz
Less debug noise from the mipsnet driver.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3463 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mipsnet.c')
-rw-r--r--hw/mipsnet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/mipsnet.c b/hw/mipsnet.c
index bebfd4d..97bc276 100644
--- a/hw/mipsnet.c
+++ b/hw/mipsnet.c
@@ -1,9 +1,9 @@
#include "vl.h"
-#define DEBUG_MIPSNET_SEND
-#define DEBUG_MIPSNET_RECEIVE
+//#define DEBUG_MIPSNET_SEND
+//#define DEBUG_MIPSNET_RECEIVE
//#define DEBUG_MIPSNET_DATA
-#define DEBUG_MIPSNET_IRQ
+//#define DEBUG_MIPSNET_IRQ
/* MIPSnet register offsets */
OpenPOWER on IntegriCloud