| Commit message (Expand) | Author | Age | Files | Lines |
* | For RTL8211B or later PHYs, enable crossover detection and | yongari | 2013-03-20 | 2 | -1/+21 |
* | Recognize 5720S PHY and treat it as 5708S PHY. | yongari | 2012-12-20 | 2 | -11/+17 |
* | For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at all | yongari | 2012-12-20 | 1 | -6/+5 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -1/+1 |
* | Recognize the Marvell 88E1145 Quad Gigabit PHY. | jmallett | 2012-10-29 | 1 | -0/+1 |
* | For 5717C/5719C/5720C and 57765 PHYs, do not perform any special | yongari | 2012-10-11 | 1 | -0/+9 |
* | Remove unused variable ma. | kevlo | 2012-09-23 | 1 | -2/+0 |
* | Merging of projects/armv6, part 5 | gonzo | 2012-08-15 | 3 | -1/+243 |
* | Add support for 88E1116R. | hrs | 2012-07-28 | 1 | -1/+6 |
* | More Cicada/Vitesse PHY ids. | raj | 2012-05-25 | 2 | -1/+10 |
* | Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to | yongari | 2012-02-28 | 1 | -6/+12 |
* | Add Seeq Technology 80220 PHY support to smcphy(4). This PHY is | yongari | 2012-02-23 | 1 | -4/+60 |
* | Probe the National DP83849, which is a dual-port version of the PHYTER. | marius | 2012-02-19 | 2 | -3/+6 |
* | - Probe BCM57780. | marius | 2012-02-19 | 2 | -2/+6 |
* | - In mii_attach(9) just set the driver for a newly added miibus(4) instance | marius | 2011-12-05 | 1 | -3/+3 |
* | Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there are | marius | 2011-11-23 | 1 | -0/+2 |
* | Use DEVMETHOD_END. | marius | 2011-11-23 | 28 | -32/+29 |
* | Probe the BCM5785. | marius | 2011-11-23 | 1 | -0/+1 |
* | Sync with NetBSD rev. 1.104 | marius | 2011-11-23 | 1 | -1/+14 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | marius | 2011-11-22 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -2/+1 |
* | For IP1001 PHY, do not set multi-port device(MASTER). Ideally this | yongari | 2011-11-22 | 1 | -1/+2 |
* | There's no need export the device interface methods of miibus(4). | marius | 2011-11-18 | 2 | -7/+6 |
* | - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHY | marius | 2011-11-18 | 1 | -39/+111 |
* | - Import the common MII bitbang'ing code from NetBSD and convert drivers to | marius | 2011-11-01 | 2 | -0/+234 |
* | Recognize BCM5720C PHY. | yongari | 2011-10-28 | 2 | -0/+2 |
* | - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY | marius | 2011-10-08 | 5 | -700/+0 |
* | r221812 reveals that at least some Broadcom PHYs default to being not only | marius | 2011-08-19 | 2 | -5/+17 |
* | Add detection for the Marvel 88E1149R and treat it just like the | imp | 2011-06-30 | 2 | -1/+6 |
* | - There's no need for nibbletab to be static, it's const however. | marius | 2011-05-14 | 1 | -3/+3 |
* | Explicitly clear 1000baseT control register for F1 PHY used in | yongari | 2011-05-12 | 1 | -0/+12 |
* | Some PHYs like the Level One LXT970 optionally can default to isolation | marius | 2011-05-12 | 1 | -6/+9 |
* | Fix whitespace. | marius | 2011-05-10 | 1 | -1/+1 |
* | Fix a bug in r221407; this driver doesn't add the media itself. | marius | 2011-05-10 | 1 | -1/+1 |
* | Recognize BCM5719C PHY. | yongari | 2011-05-09 | 2 | -0/+2 |
* | Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'm | yongari | 2011-05-05 | 1 | -1/+1 |
* | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | marius | 2011-05-03 | 37 | -1462/+934 |
* | Probe the PHY accompanying BCM57765. | marius | 2011-05-02 | 2 | -0/+2 |
* | Correct spelling in comments. | marius | 2011-04-22 | 8 | -12/+12 |
* | Add Realtek RTL8201E 10/100 PHY found in RTL8105E controller. The | yongari | 2011-01-26 | 2 | -0/+2 |
* | - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manual | marius | 2011-01-14 | 1 | -22/+29 |
* | - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE is | marius | 2011-01-14 | 2 | -6/+8 |
* | - Even after masking the media with IFM_GMASK the result may have bits | marius | 2011-01-14 | 3 | -16/+13 |
* | - Masking IFM_GMASK when also masking IFM_FDX is redundant and just | marius | 2011-01-14 | 3 | -21/+20 |
* | Add RDC Semiconductor R6040 10/100 PHY driver. | yongari | 2010-12-30 | 3 | -0/+344 |
* | - Add a comment regarding the fact that as documented in the datasheet | marius | 2010-12-21 | 1 | -3/+7 |
* | Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernet | yongari | 2010-12-18 | 2 | -0/+48 |
* | Allow pause support advertisement to be turned off again. | marius | 2010-11-27 | 2 | -0/+2 |
* | Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annex | marius | 2010-11-26 | 1 | -1/+13 |
* | - Also probe BCM5214 and BCM5222. | marius | 2010-11-22 | 2 | -11/+53 |