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