diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2001-06-05 20:51:17 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2001-06-05 20:51:17 +0000 |
| commit | 357dfe502a6386ffb05532eb22fb83b721decc95 (patch) | |
| tree | 3e0d389f30a2b73d9feac71f5cabb02f3738c790 | |
| parent | 80d444c883599cb6c16624734ad25b18d9e44b12 (diff) | |
Notes
| -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 6bf15e0c7eadb..a2dc467d5ae6b 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, |
