Subject: Question about network drivers/PHYs/etc...
To: None <tech-net@netbsd.org>
From: Allen Briggs <briggs@ninthwonder.com>
List: tech-net
Date: 07/30/2000 12:15:00
I have the SMC FEAST (91C100) with no full-duplex support and have
been hacking on the smc91cxx driver to support it (and the full-
duplex model) with MII support.

My card has the FEAST attached to an nsphy that apparently can happily
negotiate full-duplex.  I have set the capabilities mask on mii_attach
to not list the full-duplex modes, but the device still comes up into
full-duplex.  Is there any way to prevent this?  I.e., I'd like it to
auto-sense, but not any of the full-duplex modes.

Thanks,
-allen