summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/e1000phy.c
Commit message (Expand)AuthorAgeFilesLines
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justmarius2011-01-141-3/+3
* Allow pause support advertisement to be turned off again.marius2010-11-271-0/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-54/+28
* Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be usedmarius2010-10-301-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-13/+5
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-23/+1
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* Marvell model number 0x06 is 88E1101 PHY.yongari2010-08-071-1/+1
* Add Marvell PHYG65G Gigabit PHY which is found on 88E8059 Yukon Optima.yongari2010-04-301-0/+2
* Remove programming LED register and enable 25MHz TX clock foryongari2010-03-031-1/+0
* Add hack to pass controller specific information to phy driver.yongari2009-09-281-0/+22
* Some fiber PHY(88E1112) does not seem to set resolved speed soyongari2009-09-281-2/+5
* Don't encode model id twice.yongari2009-09-281-1/+1
* Backout r193289. r193289 restored page select bits to previousyongari2009-08-181-3/+1
* Program LED registers for 88E1116/88E1149 PHYs. These PHYs areyongari2009-06-021-2/+16
* Don't assume page register value is 0 and restore previous pageyongari2009-06-021-1/+3
* Add driver support for 88E3016 PHY which is found on Marvell Yukonyongari2009-05-251-4/+23
* Do not ignore NEXT Page capability of auto-negotiationyongari2009-05-251-4/+7
* Don't read unnecessary PHY registers. Speed/duplex resolution bityongari2009-05-251-12/+16
* Report current link state while auto-negotiation is in progress.yongari2009-05-251-1/+1
* Use mii_phy_add_media() and remove usage of local macro ADD. Alsoyongari2009-05-251-50/+12
* Some 88E1149 PHY's page select is initialized to point to otheryongari2008-10-171-0/+14
* Save extended address register prior to switching to 1000BASE-Xyongari2008-09-301-2/+3
* Recognize 88E1116R phy variation. This part is found on some embedded devices.raj2008-09-041-0/+1
* Reset autonegotation timer if media option is not IFM_AUTO.yongari2007-11-161-1/+5
* Add 88E1116/88E1116R PHY support code that takes the PHY out ofyongari2007-10-291-0/+10
* o Add support code for newer Marvell PHYs.yongari2006-12-111-127/+213
* style(9)yongari2006-12-111-5/+4
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Move __FBSDID out from under a comment.marius2004-05-291-3/+3
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-2/+2
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-201-49/+85
* Use __FBSDID().obrien2003-08-241-1/+3
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-1/+1
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-291-1/+0
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-58/+13
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-20/+1
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-4/+4
* Cleanup pass for mii drivers.jlemon2001-09-291-35/+23
* Change the order that we print the media options during device probe tojlemon2001-09-291-30/+24
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.mjacob2001-04-091-0/+473
OpenPOWER on IntegriCloud