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
/
dcphy.c
Age
Commit message (
Expand
)
Author
2013-12-28
mii drivers no longer need activate functions. Repair of the PHY
Theo de Raadt
2013-05-28
Fix a common issue across different PHY drivers to reset the
Mike Belopuhov
2008-09-11
Fix a typo.
Brad Smith
2008-09-08
IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
Brad Smith
2008-07-22
more negotation -> negotiation; ok sthen@
Martynas Venckus
2008-07-11
Check the correct BMSR bit in the capabilities field when checking
Brad Smith
2008-06-10
Some header cleanup. Remove some unused headers and shuffle some around
Brad Smith
2006-12-27
Always explicitly set IFM_HDX for half-duplex.
Mark Kettenis
2006-08-05
add sys/timeout.h and remove redundant sys/socket.h header.
Brad Smith
2005-08-04
allow dcphy_status() to be called even when the parent interface
Brad Smith
2005-05-27
some cleanup
Brad Smith
2005-03-26
Cleanup. Use defines, standard names, consistant comparison operators, etc.
Kenneth R Westerback
2005-01-28
Get flags passed down to PHY drivers correctly. This was done on
Brad Smith
2004-12-25
- remove unneccessary break
Brad Smith
2004-11-16
if_dc.c rev 1.56
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
2002-10-20
add support for intel 21145
Henning Brauer
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-04-02
Oops, this should have been committed along with the SROM media block parsing
Aaron Campbell
2000-09-07
During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changes
Aaron Campbell
2000-08-26
sync mii code with netbsd
Nathan Binkert
2000-04-18
split dc driver into bus dependent and bus independent (pci) parts
Jason Wright
2000-01-09
emulated phy for if_dc; from FreeBSD
Jason Wright