summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rlphy.c
AgeCommit message (Expand)Author
2008-09-11In rlphy_service() for the MII_TICK case don't bother to check whetherBrad Smith
2008-09-08IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeBrad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2007-01-27In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already.Miod Vallat
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
2006-11-02simplify parent driver matching code a bit. no-op change.Brad Smith
2006-07-23add sys/timeout.hBrad Smith
2006-05-16consider re(4) as a possible 8139 chipset.Brad Smith
2006-02-12Add support for IC+ IP101 (from brad). -moj ok jsgMats O Jansson
2006-02-11use mii_phy_match().Brad Smith
2005-07-31back out change that was not discussed for nowPeter Valchev
2005-07-30allow re(4) to attach too.Brad Smith
2005-05-27some cleanupBrad Smith
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
2005-01-10make it compile, sighTheo de Raadt
2005-01-10remove unnecessary rlphy_reset(), mii_phy_tick() andBrad Smith
2004-10-07*phy -> *scBrad Smith
2004-09-30rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible,Jason Wright
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
2004-09-23RTL8201L PHY support; from FreeBSD.Federico G. Schwindt
2004-09-20don't include sys/malloc.h, no memory management functions are usedBrad Smith
2003-06-02nuke clase 3 & 4Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2000-08-26sync mii code with netbsdNathan Binkert
1999-12-07Merge with NetBSD:Jason Wright
1999-07-23do not print media information to dmesg; ifconfig shows itTheo de Raadt
1999-07-16Sync with NetBSD:Jason Wright
1998-11-20MII fixups, should be able to reliably switch modes manually nowJason Wright
1998-11-18dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyJason Wright