Commit 57ba97deb8d85c47dd60e8eb0c8a43687770137a

Authored by ths
1 parent f071b4d3

Less debug noise from the mipsnet driver.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3463 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 3 additions and 3 deletions
hw/mipsnet.c
1 1 #include "vl.h"
2 2  
3   -#define DEBUG_MIPSNET_SEND
4   -#define DEBUG_MIPSNET_RECEIVE
  3 +//#define DEBUG_MIPSNET_SEND
  4 +//#define DEBUG_MIPSNET_RECEIVE
5 5 //#define DEBUG_MIPSNET_DATA
6   -#define DEBUG_MIPSNET_IRQ
  6 +//#define DEBUG_MIPSNET_IRQ
7 7  
8 8 /* MIPSnet register offsets */
9 9  
... ...