projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde31a0
)
rtl8139: remove unused marco
author
Jason Wang
<jasowang@redhat.com>
Mon, 5 Mar 2012 03:08:33 +0000
(11:08 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Thu, 15 Mar 2012 23:04:50 +0000
(
01:04
+0200)
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/rtl8139.c
patch
|
blob
|
history
diff --git
a/hw/rtl8139.c
b/hw/rtl8139.c
index be4bc6a947c852a1dcb25e140f51564ad6a7de81..ccbde27fc2486f4cf27d97a5c105a5bf014e9981 100644
(file)
--- a/
hw/rtl8139.c
+++ b/
hw/rtl8139.c
@@
-65,9
+65,6
@@
#define PCI_FREQUENCY 33000000L
-/* debug RTL8139 card C+ mode only */
-//#define DEBUG_RTL8139CP 1
-
#define SET_MASKED(input, mask, curr) \
( ( (input) & ~(mask) ) | ( (curr) & (mask) ) )