mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Don't set RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in
config register 1 is only valid on 8129.
This commit is contained in:
parent
73bb8603b3
commit
19ecd2310c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164461
@ -2411,7 +2411,7 @@ re_init_locked(sc)
|
||||
|
||||
mii_mediachg(mii);
|
||||
|
||||
CSR_WRITE_1(sc, RL_CFG1, RL_CFG1_DRVLOAD|RL_CFG1_FULLDUPLEX);
|
||||
CSR_WRITE_1(sc, RL_CFG1, CSR_READ_1(sc, RL_CFG1) | RL_CFG1_DRVLOAD);
|
||||
|
||||
ifp->if_drv_flags |= IFF_DRV_RUNNING;
|
||||
ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
|
||||
|
Loading…
Reference in New Issue
Block a user