Revision b44ce451 hw/rtl8139.c

b/hw/rtl8139.c
65 65

  
66 66
#define PCI_FREQUENCY 33000000L
67 67

  
68
/* debug RTL8139 card C+ mode only */
69
//#define DEBUG_RTL8139CP 1
70

  
71 68
#define SET_MASKED(input, mask, curr) \
72 69
    ( ( (input) & ~(mask) ) | ( (curr) & (mask) ) )
73 70

  

Also available in: Unified diff