Subject: MII interfaces
To: None <current-users@netbsd.org>
From: Dave Sainty <dave@dtsp.co.nz>
List: tech-kern
Date: 10/23/1999 19:01:26
"Soren S. Jorvang" writes:

> There should be a tqphy, and there was some time ago. I looked
> briefly and played a bit with earlier versions of ex_cardbus, and
> I think the last round of MII register access changes to elinkxl.c
> caused this change, but that's not much more than a guess..

It seems like all the MII I/O functions for cards roll their own
serial IO implementations.  Perhaps the guts of this work should be
moved into the MII routines, and the card specific code could be
simplified to single-bit operations...

Cheers,

Dave