mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.
Reviewed by: yongari Approved by: re (kib, kensmith)
This commit is contained in:
parent
e8c4d3e407
commit
3d22427cff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195675
@ -211,6 +211,7 @@ static struct rl_hwrev re_hwrevs[] = {
|
||||
{ RL_HWREV_8101E, RL_8169, "8101E"},
|
||||
{ RL_HWREV_8102E, RL_8169, "8102E"},
|
||||
{ RL_HWREV_8102EL, RL_8169, "8102EL"},
|
||||
{ RL_HWREV_8102EL_SPIN1, RL_8169, "8102EL"},
|
||||
{ RL_HWREV_8168_SPIN2, RL_8169, "8168"},
|
||||
{ RL_HWREV_8168_SPIN3, RL_8169, "8168"},
|
||||
{ RL_HWREV_8168C, RL_8169, "8168C/8111C"},
|
||||
@ -1260,6 +1261,7 @@ re_attach(device_t dev)
|
||||
break;
|
||||
case RL_HWREV_8102E:
|
||||
case RL_HWREV_8102EL:
|
||||
case RL_HWREV_8102EL_SPIN1:
|
||||
sc->rl_flags |= RL_FLAG_NOJUMBO | RL_FLAG_PHYWAKE |
|
||||
RL_FLAG_PAR | RL_FLAG_DESCV2 | RL_FLAG_MACSTAT |
|
||||
RL_FLAG_FASTETHER | RL_FLAG_CMDSTOP | RL_FLAG_AUTOPAD;
|
||||
|
@ -159,6 +159,7 @@
|
||||
#define RL_HWREV_8169_8110SB 0x10000000
|
||||
#define RL_HWREV_8169_8110SC 0x18000000
|
||||
#define RL_HWREV_8102EL 0x24800000
|
||||
#define RL_HWREV_8102EL_SPIN1 0x24c00000
|
||||
#define RL_HWREV_8168D 0x28000000
|
||||
#define RL_HWREV_8168_SPIN1 0x30000000
|
||||
#define RL_HWREV_8100E 0x30800000
|
||||
|
Loading…
Reference in New Issue
Block a user