summaryrefslogtreecommitdiff
path: root/sys/dev/mii/mii_physubr.c
AgeCommit message (Expand)Author
2005-11-06correctly track the falling edge of a media state change in mii_phy_tick().Brad Smith
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-02-07Use new if_link_state_change() instead of sending route message and notifyingRyan Thomas McBride
2004-12-16Make sure ifp->if_baudrate is valid when the parent's statchgBrad Smith
2004-12-08Check if_type in carp_carpdev_state() to make sure we're notRyan Thomas McBride
2004-11-18add mii_phy_match() for table-driven lookup.Brad Smith
2004-10-09Allow a little time for the reset to settle in before we start pollingBrad Smith
2004-10-09add master flag support for 1000baseT and autonegotiation support for 1000baseX.Brad Smith
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
2004-08-03Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces anBrad Smith
2004-04-28Make carp(4) aware of its physical interface:Ryan Thomas McBride
2003-03-11- Fill in the mm_gtcr column (not currently used)Jason Wright
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-05-04some space and tab cleanup.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-05Differentiate between 1000baseT and 1000baseX.Nathan Binkert
2001-06-25Change autonegotiation timeout for devices with a gigabit phy to 10s. AllNathan Binkert
2001-06-08Add some general support info for gigabit physNathan Binkert
2001-05-03Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD.Aaron Campbell
2000-10-12Don't mix usage of old and new timeout code.Aaron Campbell
2000-08-28hushJason Wright
2000-08-26sync mii code with netbsdNathan Binkert
2000-06-30Convert to new timeouts.Artur Grabowski
1999-12-07Merge with NetBSD:Jason Wright
1999-07-16Sync with NetBSD:Jason Wright
1998-11-11Merge with NetBSD:Jason Wright