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
2020-01-15
mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@
cheloha
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2013-12-28
mii drivers no longer need activate functions. Repair of the PHY
Theo de Raadt
2013-06-25
Remove unsigned comparison < 0.
Brad Smith
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-02
Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,
Miod Vallat
2009-07-31
timeout_add -> timeout_add_msec
Bret Lambert
2009-07-22
comment fix from Brad; OpenBSD's mii_phy_add_media() does not print
Stuart Henderson
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-13
Since Ethernet links can only be full duplex or half duplex the link
Brad Smith
2007-09-17
- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct and
Brad Smith
2007-02-10
Use right flow control autonegotiation bits for 1000baseX.
Mark Kettenis
2006-12-30
Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set.
Mark Kettenis
2006-12-28
Add function to detect flow control status. From NetBSD.
Mark Kettenis
2006-12-15
use mii_media_active instead of mii_media_status to get the full
Reyk Floeter
2006-11-28
add additional link states to report the half duplex / full duplex
Reyk Floeter
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