Age | Commit message (Expand) | Author |
2013-12-28 | Always call PHY_RESET upon attaching eephy(4) so as to do PHY initialization, | Brad Smith |
2013-12-28 | Move the fairly heavy eephy_init sequence [which was only done at | Theo de Raadt |
2013-12-08 | remove case that does nothing | Theo de Raadt |
2010-11-23 | Recognize the Marvell PHYG65G Gig PHY; tested by Frans Haarman | Kevin Lo |
2009-11-24 | Properly re-initialise the PHY upon resume. | Mark Kettenis |
2009-06-04 | Store next page in the Link Partner Next Page register for compatibility with | Mark Kettenis |
2009-02-22 | Make 88E3016 actually work. | Mark Kettenis |
2008-10-07 | Make sure page 0 is selected when we initialize the PHY. Fixes problems | Mark Kettenis |
2008-09-09 | Recognize the Marvell 88E1116R Gig PHY. | Brad Smith |
2008-07-12 | Add support for the Marvell 88E8016 PHY. | Brad Smith |
2007-11-18 | eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too. | Kenneth R Westerback |
2007-10-06 | Oops, committed this with a typo, which made it do not quite the right thing. | Mark Kettenis |
2007-10-05 | Disable fiber/copper auto-selection on the 88E1111 if it is in RGMII mode, to | Mark Kettenis |
2007-02-11 | Add support for fiber on the 88E1112 (88E8021/22 integrated PHY). | Mark Kettenis |
2007-01-05 | Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, | Mark Kettenis |
2006-12-30 | Rewrite eephy(4) to take advantage of generic phy code. | Mark Kettenis |
2006-12-29 | No need to read ANAR and ANLPAR anymore. | Mark Kettenis |
2006-12-28 | Use mii_phy_flowstatus() to set flow control status bits. | Mark Kettenis |
2006-12-22 | - Add IFM_NONE. | Mark Kettenis |
2006-11-28 | sync with new miidevs entries. | Brad Smith |
2006-10-02 | do not bother to read the esr and isr registers in the status routine just | Brad Smith |
2006-10-02 | return EINVAL for the Gig manual media types when attached to a | Brad Smith |
2006-10-01 | initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment. | Brad Smith |
2006-10-01 | add a few new Marvell ids. | Brad Smith |
2006-08-21 | another id. | Brad Smith |
2006-07-28 | Simplify autoneg code a bit. Tested on a few sk(4)'s and an axe(4). | Brad Smith |
2006-07-28 | another Marvell Gig PHY. | Brad Smith |
2006-06-08 | do not set the mii_ticks field to zero in the asynchronous autonegotiation | Brad Smith |
2006-06-01 | Add the MIIF_AUTOTSLEEP flag, needed by gigabit axe(4) devices. | Christopher Pascoe |
2006-05-29 | formatting | Brad Smith |
2006-01-15 | The RCJ part of 88E1111-RCJ is the package the ic comes in which | Jonathan Gray |
2005-11-06 | - move MIIF_NOISOLATE so its set before calling PHY_RESET(). | Brad Smith |
2005-08-14 | Correct one of the unknown marvell phys which is actually 88E1111-RCJ. | Jonathan Gray |
2005-08-02 | Marvell 88E1111 from Dave Huang in NetBSD PR 30556. | Jonathan Gray |
2005-07-22 | more Marvell and Realtek PHY | Brad Smith |
2005-06-19 | - some clean up | Brad Smith |
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback |
2005-02-05 | better | Brad Smith |
2005-02-05 | use mii_phy_match() | Brad Smith |
2005-01-28 | Get flags passed down to PHY drivers correctly. This was done on | Brad Smith |
2004-12-29 | another Marvell PHY | Brad Smith |
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad Smith |
2003-09-02 | Increase autonegotiation wait to 5000ms. | Kenneth R Westerback |
2003-08-01 | Support for new Marvell based Gigabit Ethernet adapters | Nathan Binkert |
2003-05-14 | use our standard way of identifying MII devices | Nathan Binkert |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-05-04 | some space and tab cleanup. | Federico G. Schwindt |
2002-04-26 | Don't prevent a media status updates just because the interface isn't up. | Nathan Binkert |
2002-04-02 | add support for Marvell 88E1000 Gigabit PHY, model 6; | lebel |
2002-04-02 | Add some new IDs for the Marvell Gigabit PHY | Nathan Binkert |