diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2011-11-16 21:37:45 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2011-11-16 21:37:45 +0000 |
| commit | a9e3362a07d62fa626b1b4104fc70aee742e5421 (patch) | |
| tree | 98963e20556c480c788a8bb411f00f5da1ead14b /sys/dev/re | |
| parent | 8e803f5a7caeb6c8ca52e70d6820d7b84dec1c85 (diff) | |
Notes
Diffstat (limited to 'sys/dev/re')
| -rw-r--r-- | sys/dev/re/if_re.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 8f3b8e633e0b..9398579edcce 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -220,6 +220,7 @@ static const struct rl_hwrev const re_hwrevs[] = { { RL_HWREV_8102EL_SPIN1, RL_8169, "8102EL", RL_MTU }, { RL_HWREV_8103E, RL_8169, "8103E", RL_MTU }, { RL_HWREV_8401E, RL_8169, "8401E", RL_MTU }, + { RL_HWREV_8402, RL_8169, "8402", RL_MTU }, { RL_HWREV_8105E, RL_8169, "8105E", RL_MTU }, { RL_HWREV_8168B_SPIN2, RL_8169, "8168", RL_JUMBO_MTU }, { RL_HWREV_8168B_SPIN3, RL_8169, "8168", RL_JUMBO_MTU }, @@ -1381,6 +1382,7 @@ re_attach(device_t dev) RL_FLAG_AUTOPAD | RL_FLAG_MACSLEEP; break; case RL_HWREV_8401E: + case RL_HWREV_8402: case RL_HWREV_8105E: sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | RL_FLAG_PAR | RL_FLAG_DESCV2 | RL_FLAG_MACSTAT | |
