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
Age
Commit message (
Expand
)
Author
2009-08-06
Later generation 82566 IGP PHYs have problems with media changes to 100Mb and
kml
2009-07-25
- replace magic number with proper define from mii.h. From OpenBSD.
cegger
2009-06-18
Regen.
rjs
2009-06-18
Add Marvell 88E1116R PHY.
rjs
2009-06-18
Make it compile. Change a commented out printf() to aprint_error_dev().
rjs
2009-06-17
Unwrap not so long lines.
tsutsui
2009-06-17
- no need to use device_parent() because device_t parent is passed
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-04-28
Remove magic reset sequence except wakeup for rev 2 chips which breaks 8111D.
tsutsui
2009-04-23
use proplib
msaitoh
2009-04-19
regen.
msaitoh
2009-04-19
Oooops. Back out some of previous my commit.
msaitoh
2009-04-19
Some fixes and enhancements:
msaitoh
2009-04-19
Add mii_mpd_rev to keep MII PHY revision.
msaitoh
2009-04-19
regen
msaitoh
2009-04-19
Add some boradcom's PHYs.
msaitoh
2009-04-07
Detach brgphy(4) at shutdown.
dyoung
2009-04-07
In mii_phy_detach(), destroy the NWay callout.
dyoung
2009-04-02
During shutdown, detach devices in an orderly fashion.
dyoung
2009-03-27
use auto-negotiation for manual media type selection.
cegger
2009-03-25
regen.
cegger
2009-03-25
add some CICADA PHYs. from FreeBSD.
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-02-16
fix media priorities:
cegger
2009-02-12
pretty print atphy's supported medias in dmesg.
cegger
2009-02-11
revert changes in rgephy_reset() done in rev. 1.25.
cegger
2009-02-11
Attach atphy(4) on ATTANSIC oui.
cegger
2009-02-11
regen.
cegger
2009-02-11
add ATTANSIC and their L1/L2 PHYs
cegger
2009-01-31
Fix typo in comment (OUT -> OUI).
hira
2009-01-21
add a comment explaining how to regenerate miidevs.h and miidevs_data.h
jnemeth
2009-01-18
The PCI revision numbers are unique to a PCI vendor/product
mrg
2009-01-18
Enable flow control and poll the status appropriately.
mrg
2009-01-16
add RCSID
cegger
2009-01-16
Driver for Attansic Technology F1 10/100/1000 Ethernet PHY.
cegger
2009-01-16
Use mii_anar(). No functional change.
cegger
2009-01-16
add mii_anar(). From OpenBSD.
cegger
2009-01-16
regen
cegger
2009-01-16
add ATHEROS F1 and F2 PHYs
cegger
2009-01-14
pull in changes from FreeBSD:
cegger
2009-01-09
add flow control support. From OpenBSD.
cegger
2009-01-09
add support for RTL8211C(L) phy.
cegger
2008-12-27
Regen from miidevs rev 1.80:
tsutsui
2008-12-27
Fix a botched comment.
tsutsui
2008-12-27
regen for et (Agere) driver
jnemeth
2008-12-27
PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) netowrk driver
jnemeth
2008-12-03
Add RCS Id.
tsutsui
2008-11-25
u_int32_t -> uint32_t
matt
2008-11-17
Reduce code duplication: most PHY drivers call mii_phy_add_media()
dyoung
[next]