index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
icsphy.c
Age
Commit message (
Expand
)
Author
2001-11-13
add RCSID
lukem
2001-08-25
ANSI'ify.
thorpej
2001-06-02
Make PHY matching all table-driven.
thorpej
2001-05-31
Make the number of ticks between auto-negotiation tries PHY-specific,
thorpej
2001-03-28
update for miidevs changes
drochner
2000-07-04
Restructure the PHY entry points to use a structure of entry points
thorpej
2000-03-06
Factor out the tick handling code into a common function, and send
thorpej
2000-02-02
Let mii_phy_setmedia() handle the IFM_AUTO case, too.
thorpej
2000-02-02
Make PHY drivers provide a pointer to their status routine, and add
thorpej
2000-02-02
Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass
thorpej
2000-02-02
Bring some order to the chaos which was the MII code function naming
thorpej
2000-01-27
Add detachment support to the MII layer.
thorpej
1999-11-12
Add mii_down(), which is used by MAC drivers to inform PHYs that the
thorpej
1999-11-03
Clean up the code that adds media a little, and make media selection
thorpej
1999-05-14
use the new "xx" prefixed OUIs because the mapping to the ID register
drochner
1999-04-23
Implement asynchronous autonegotiation when driven by the MII tick
thorpej
1998-11-05
Common code for media-from-bmcr.
thorpej
1998-11-05
In the status routine, always use the media selected in the BMCR if
thorpej
1998-11-05
Place the essentially common "ticks" and "active" members into the
thorpej
1998-11-04
Return a higher-priority match than 1. These are specific drivers. This
thorpej
1998-11-04
Factor out the common reset code. Use the NOISOLATE flags as appropriate
thorpej
1998-11-04
Factor out some common code from all the PHY drivers (autonegotiation, for
thorpej
1998-11-04
Define and use generic PHY read/write reg macros.
thorpej
1998-11-02
Driver for the Integrated Circuit Systems ICS1980 10/100 PHY.
thorpej