diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pci/if_pcn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index 6bf15e0..a2dc467 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -1212,7 +1212,7 @@ static void pcn_init(xsc) PCN_CSR_SETBIT(sc, PCN_CSR_TFEAT, PCN_TFEAT_PAD_TX); /* Disable MII autoneg (we handle this ourselves). */ - PCN_BCR_CLRBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); + PCN_BCR_SETBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); if (sc->pcn_type == Am79C978) pcn_bcr_write(sc, PCN_BCR_PHYSEL, |