index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
mii_physubr.c
Age
Commit message (
Expand
)
Author
2005-11-06
correctly track the falling edge of a media state change in mii_phy_tick().
Brad Smith
2005-03-26
Cleanup. Use defines, standard names, consistant comparison operators, etc.
Kenneth R Westerback
2005-02-07
Use new if_link_state_change() instead of sending route message and notifying
Ryan Thomas McBride
2004-12-16
Make sure ifp->if_baudrate is valid when the parent's statchg
Brad Smith
2004-12-08
Check if_type in carp_carpdev_state() to make sure we're not
Ryan Thomas McBride
2004-11-18
add mii_phy_match() for table-driven lookup.
Brad Smith
2004-10-09
Allow a little time for the reset to settle in before we start polling
Brad Smith
2004-10-09
add master flag support for 1000baseT and autonegotiation support for 1000baseX.
Brad Smith
2004-09-27
ANSI protos and some minor cleanup
Brad Smith
2004-09-26
Restructure the PHY entry points to use a structure of
Brad Smith
2004-08-03
Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces an
Brad Smith
2004-04-28
Make 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-26
1000baseTX -> 1000baseT
Nathan Binkert
2002-05-04
some space and tab cleanup.
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-05
Differentiate between 1000baseT and 1000baseX.
Nathan Binkert
2001-06-25
Change autonegotiation timeout for devices with a gigabit phy to 10s. All
Nathan Binkert
2001-06-08
Add some general support info for gigabit phys
Nathan Binkert
2001-05-03
Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD.
Aaron Campbell
2000-10-12
Don't mix usage of old and new timeout code.
Aaron Campbell
2000-08-28
hush
Jason Wright
2000-08-26
sync mii code with netbsd
Nathan Binkert
2000-06-30
Convert to new timeouts.
Artur Grabowski
1999-12-07
Merge with NetBSD:
Jason Wright
1999-07-16
Sync with NetBSD:
Jason Wright
1998-11-11
Merge with NetBSD:
Jason Wright