wpaul 83c7edbffd 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>
2001-06-05 20:51:17 +00:00
..
2001-02-01 09:49:57 +00:00
2001-03-25 07:21:04 +00:00
2000-11-07 09:31:28 +00:00
2001-06-05 20:51:17 +00:00
2001-02-21 20:54:22 +00:00
2001-02-21 20:54:22 +00:00
2001-02-21 20:54:22 +00:00
2001-02-21 20:54:22 +00:00
2001-02-21 20:54:22 +00:00
2001-02-21 20:54:22 +00:00
2001-02-21 20:54:22 +00:00
2001-02-21 20:54:22 +00:00
2001-04-09 21:54:15 +00:00
2000-06-27 22:41:12 +00:00
2000-05-01 20:32:07 +00:00
2000-05-01 20:32:07 +00:00