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
/
bmtphy.c
Age
Commit message (
Expand
)
Author
2023-03-04
Use ISC licence.
Mark Kettenis
2022-04-06
constify struct cfattach
Christian Weisgerber
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2013-12-28
mii drivers no longer need activate functions. Repair of the PHY
Theo de Raadt
2009-07-25
Add flow control status reporting. From Brad.
Stuart Henderson
2006-12-27
Always explicitly set IFM_HDX for half-duplex.
Mark Kettenis
2005-11-06
Add some DSP init code for BCM5221's.
Brad Smith
2005-05-25
BCM5220
Brad Smith
2005-03-26
Cleanup. Use defines, standard names, consistant comparison operators, etc.
Kenneth R Westerback
2005-02-04
- attach 3com 3c905C PHY with bmtphy
Brad Smith
2005-01-28
Get flags passed down to PHY drivers correctly. This was done on
Brad Smith
2005-01-24
more Broadcom PHY
Brad Smith
2004-09-27
ANSI protos and some minor cleanup
Brad Smith
2004-09-26
simplify MII_TICK case by using mii_phy_tick().
Brad Smith
2004-09-26
Restructure the PHY entry points to use a structure of
Brad Smith
2004-09-20
don't include sys/malloc.h, no memory management functions are used
Brad Smith
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-05
use anegticks for phys that do their own autonegotiation timeout.
Nathan Binkert
2001-06-18
copyright notices; noted missing by nate
Theo de Raadt
2001-06-01
support BCM5221
Theo de Raadt
2001-04-11
driver for BCM5201/5202 PHY
Theo de Raadt