summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2001-06-05 20:51:17 +0000
committerwpaul <wpaul@FreeBSD.org>2001-06-05 20:51:17 +0000
commit83c7edbffd98b6de5455fe826f09e22e514ce570 (patch)
tree12e93b0bc98d29576acbdaec9537307aca30bcd8 /sys/isa
parent47ad85ccaf42fc916877112e77428eabd4c675aa (diff)
downloadFreeBSD-src-83c7edbffd98b6de5455fe826f09e22e514ce570.zip
FreeBSD-src-83c7edbffd98b6de5455fe826f09e22e514ce570.tar.gz
Fix mindo:
PCN_BCR_CLRBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); should be: PCN_BCR_SETBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); Turning this bit on is what disables MII autoneg, not turning it off. Without this, manually setting the media doesn't work. Noticed by: Jim Browne <jbrowne@jbrowne.com>
Diffstat (limited to 'sys/isa')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud