Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/25/1998 18:32:41
Module Name: src
Committed By: thorpej
Date: Wed Aug 26 01:32:41 UTC 1998
Modified Files:
src/sys/dev/ic: elink3.c
Log Message:
For non-MII Vortex/Boomerang, set full-duplex in the MAC CONTROL register
in epsetmedia() if full-duplex is selected (new feature on these cards!)
On MII Boomerangs, set the full-duplex bit in MAC CONTROL in the statchg
callback from the MII layer. Should fix full-duplex on these cards.