diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-07-09 01:44:06 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-07-09 01:44:06 +0000 |
| commit | 47fac8e5279a770b6bf71d0b54ac3577f414d7c2 (patch) | |
| tree | 762bec5a94fe6698fbc828fb0570a985308836d0 /sys/dev | |
| parent | 093d7be50e373b15570b7c3ca61d7bb7680785de (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/re/if_re.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index ca4e5ca30d55..38bdb59dbfda 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -1240,7 +1240,8 @@ re_attach(dev) break; case RL_HWREV_8100E: case RL_HWREV_8101E: - sc->rl_flags |= RL_FLAG_INVMAR | RL_FLAG_PHYWAKE; + sc->rl_flags |= RL_FLAG_NOJUMBO | RL_FLAG_INVMAR | + RL_FLAG_PHYWAKE; break; case RL_HWREV_8168_SPIN1: case RL_HWREV_8168_SPIN2: |
