Ticket #5180: RTL8101E.patch

File RTL8101E.patch, 1.5 KB (added by DanBUK, 14 years ago)
  • src/add-ons/kernel/drivers/network/rtl81xx/pci/if_rlreg.h

     
    161161#define RL_HWREV_8100E         0x30800000
    162162#define RL_HWREV_8101E         0x34000000
    163163#define RL_HWREV_8102E         0x34800000
     164#define RL_HWREV_8101E_8102E   0x24c00000
    164165#define RL_HWREV_8168_SPIN2    0x38000000
    165166#define RL_HWREV_8168_SPIN3    0x38400000
    166167#define RL_HWREV_8168C         0x3C000000
  • src/add-ons/kernel/drivers/network/rtl81xx/pci/if_re.c

     
    207207       { RL_HWREV_8100E, RL_8169, "8100E"},
    208208       { RL_HWREV_8101E, RL_8169, "8101E"},
    209209       { RL_HWREV_8102E, RL_8169, "8102E"},
     210       { RL_HWREV_8101E_8102E, RL_8169, "8101E/8012E"},
    210211       { RL_HWREV_8102EL, RL_8169, "8102EL"},
    211212       { RL_HWREV_8168_SPIN2, RL_8169, "8168"},
    212213       { RL_HWREV_8168_SPIN3, RL_8169, "8168"},
     
    12131214               break;
    12141215       case RL_HWREV_8102E:
    12151216       case RL_HWREV_8102EL:
     1217       case RL_HWREV_8101E_8102E:
    12161218               sc->rl_flags |= RL_FLAG_NOJUMBO | RL_FLAG_INVMAR |
    12171219                   RL_FLAG_PHYWAKE | RL_FLAG_PAR | RL_FLAG_DESCV2 |
    12181220                   RL_FLAG_MACSTAT;