diff options
author | ths | 2007-10-28 02:43:52 +0100 |
---|---|---|
committer | ths | 2007-10-28 02:43:52 +0100 |
commit | 57ba97deb8d85c47dd60e8eb0c8a43687770137a (patch) | |
tree | a60ee0c517ee84c44b29c4e0a51b710783651305 /hw/mipsnet.c | |
parent | Alpha coding style and inlining fixes. (diff) | |
download | qemu-57ba97deb8d85c47dd60e8eb0c8a43687770137a.tar.gz qemu-57ba97deb8d85c47dd60e8eb0c8a43687770137a.tar.xz qemu-57ba97deb8d85c47dd60e8eb0c8a43687770137a.zip |
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.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/mipsnet.c b/hw/mipsnet.c index bebfd4d805..97bc276b76 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 */ |