summaryrefslogtreecommitdiff
path: root/sys/dev/mii/dcphy.c
AgeCommit message (Expand)Author
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2013-05-28Fix a common issue across different PHY drivers to reset theMike Belopuhov
2008-09-11Fix a typo.Brad Smith
2008-09-08IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeBrad Smith
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-11Check the correct BMSR bit in the capabilities field when checkingBrad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
2006-08-05add sys/timeout.h and remove redundant sys/socket.h header.Brad Smith
2005-08-04allow dcphy_status() to be called even when the parent interfaceBrad Smith
2005-05-27some cleanupBrad Smith
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
2004-12-25- remove unneccessary breakBrad Smith
2004-11-16if_dc.c rev 1.56Brad Smith
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
2002-10-20add support for intel 21145Henning Brauer
2002-05-04some space and tab cleanup.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-04-02Oops, this should have been committed along with the SROM media block parsingAaron Campbell
2000-09-07During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changesAaron Campbell
2000-08-26sync mii code with netbsdNathan Binkert
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
2000-01-09emulated phy for if_dc; from FreeBSDJason Wright