Add preliminary support for RTL8168H, tested by Sreenath Battalahalli.
MFC after: 1 week
This commit is contained in:
parent
1aa7c27e98
commit
c1d4644cbc
@ -238,6 +238,7 @@ static const struct rl_hwrev re_hwrevs[] = {
|
||||
{ RL_HWREV_8168F, RL_8169, "8168F/8111F", RL_JUMBO_MTU_9K},
|
||||
{ RL_HWREV_8168G, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K},
|
||||
{ RL_HWREV_8168GU, RL_8169, "8168GU/8111GU", RL_JUMBO_MTU_9K},
|
||||
{ RL_HWREV_8168H, RL_8169, "8168H/8111H", RL_JUMBO_MTU_9K},
|
||||
{ RL_HWREV_8411, RL_8169, "8411", RL_JUMBO_MTU_9K},
|
||||
{ RL_HWREV_8411B, RL_8169, "8411B", RL_JUMBO_MTU_9K},
|
||||
{ 0, 0, NULL, 0 }
|
||||
@ -1485,6 +1486,7 @@ re_attach(device_t dev)
|
||||
break;
|
||||
case RL_HWREV_8168EP:
|
||||
case RL_HWREV_8168G:
|
||||
case RL_HWREV_8168H:
|
||||
case RL_HWREV_8411B:
|
||||
sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PAR |
|
||||
RL_FLAG_DESCV2 | RL_FLAG_MACSTAT | RL_FLAG_CMDSTOP |
|
||||
|
@ -195,6 +195,7 @@
|
||||
#define RL_HWREV_8168G 0x4C000000
|
||||
#define RL_HWREV_8168EP 0x50000000
|
||||
#define RL_HWREV_8168GU 0x50800000
|
||||
#define RL_HWREV_8168H 0x54000000
|
||||
#define RL_HWREV_8411B 0x5C800000
|
||||
#define RL_HWREV_8139 0x60000000
|
||||
#define RL_HWREV_8139A 0x70000000
|
||||
|
Loading…
x
Reference in New Issue
Block a user