thorpej
|
8923ca0b00
|
Make PHY drivers provide a pointer to their status routine, and add
a generic mii_phy_status() that calls back into the PHY. It doesn't
do anything interesting yet, but it will soon.
|
2000-02-02 17:50:43 +00:00 |
thorpej
|
eed75dbc26
|
Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass
flags down from the parent to child vi mii_attach().
|
2000-02-02 17:09:38 +00:00 |
thorpej
|
84dc99fdea
|
Bring some order to the chaos which was the MII code function naming
"conventions".
|
2000-02-02 08:05:26 +00:00 |
thorpej
|
c74e0a8db2
|
Add detachment support to the MII layer.
|
2000-01-27 16:44:30 +00:00 |
thorpej
|
bca88a28c8
|
Add mii_down(), which is used by MAC drivers to inform PHYs that the
interface is now down. PHYs use this to cancel pending asynchronous
operations.
|
1999-11-12 18:12:59 +00:00 |
thorpej
|
8fc600c3b1
|
Clean up the code that adds media a little, and make media selection
table-driven in preparation for some other changes to be made.
|
1999-11-03 22:30:32 +00:00 |
soren
|
b8e941e9b0
|
Add PHY driver the the Intel 82553 found on some fxp's.
Some variants of this chip need a little extra MII fix before
being usable, so this is not yet put into GENERIC's.
|
1999-09-05 00:40:27 +00:00 |