summaryrefslogtreecommitdiff
path: root/sys/dev/mii/mii.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
2001-08-25ANSI'ify.thorpej
2001-06-20When probing for a PHY, look at the EXTSTAT bit in the BMSR, as well,thorpej
2001-05-17re-enable mii_flags in attach args - I've found a use for it: tell thedrochner
2001-04-13Comment out some flag stuff that isn't used. Someone should take a lookaugustss
2001-03-28Reading the IEEE specs shows that the bits have to be reversed whendrochner
2001-03-24Remove a comment; this module has not been compatible w/ BSD/OS'sthorpej
2000-07-04Restructure the PHY entry points to use a structure of entry pointsthorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-02Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, passthorpej
2000-02-02Bring some order to the chaos which was the MII code function namingthorpej
2000-01-27Add detachment support to the MII layer.thorpej
1999-11-12Add mii_down(), which is used by MAC drivers to inform PHYs that thethorpej
1999-11-04Allow mii_phy_probe() to be called multiple times, and allow the callerthorpej
1999-10-27Fix a braino in some currently-disabled code.thorpej
1999-09-25Add a PHY `offset' (e.g. "first PHY on bus, second PHY on bus, ...") tothorpej
1999-08-03move common support functions for phy drivers from mii.c to mii_physubr.c,drochner
1999-02-05Some PHYs are really braindead, and report incorrect IDs. Simplify thethorpej
1999-01-29Fix bit testpk
1998-11-05Common code for media-from-bmcr.thorpej
1998-11-05Tidy up the message from mii_print() somewhat.thorpej
1998-08-11Adapt to attribute name change. Also, deal with 3Com PHYs that reportthorpej
1998-08-10Near complete rewrite of the MII layer to present an interface compatiblethorpej
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-02-11Correct a bogosity in the adapter->mii attach code pointed out by cgd:bouyer
1998-01-12Adjust for config changes.thorpej
1997-11-17KNF.thorpej
1997-10-17Generic functions for the MII layer. mii attaches to mii-capable networkbouyer