Loading hw/rtl8139.c +0 −3 Original line number Diff line number Diff line Loading @@ -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) ) ) Loading Loading
hw/rtl8139.c +0 −3 Original line number Diff line number Diff line Loading @@ -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) ) ) Loading