aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Add RDC Semiconductor R6040 10/100 PHY driver.Pyun YongHyeon2010-12-303-0/+344
* - Add a comment regarding the fact that as documented in the datasheetMarius Strobl2010-12-211-3/+7
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetPyun YongHyeon2010-12-182-0/+48
* Allow pause support advertisement to be turned off again.Marius Strobl2010-11-272-0/+2
* Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annexMarius Strobl2010-11-261-1/+13
* - Also probe BCM5214 and BCM5222.Marius Strobl2010-11-222-11/+53
* Add support for flow control.Marius Strobl2010-11-223-6/+10
* Given that unlike f.e. rgephy(4) these drivers doen't explicitly start anMarius Strobl2010-11-222-0/+4
* Given that unlike f.e. rgephy(4) this driver doesn't explicitly start anMarius Strobl2010-11-221-0/+2
* Add missing newlines.Marius Strobl2010-11-221-5/+5
* Fix a bug introduced with r215298; when atphy_reset() is called fromMarius Strobl2010-11-181-1/+2
* Restore the previous behaviour of substring match.Jung-uk Kim2010-11-151-1/+2
* Plug memory leakage introduced in r204989.Jung-uk Kim2010-11-151-9/+12
* Return from mii_attach() after calling bus_generic_attach(9) on the device_tMarius Strobl2010-11-151-0/+3
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsMarius Strobl2010-11-141-11/+0
* Remove redundant cases and a style(9) bug.Marius Strobl2010-11-141-4/+1
* - Change these drivers to take advantage and use the generic IEEE 802.3Marius Strobl2010-11-145-75/+82
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-149-284/+276
* Recognize the BCM5482S.Juli Mallett2010-11-082-0/+2
* Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complainedMarius Strobl2010-10-311-1/+1
* Try to make the style consistent (including regarding NetBSD bits not yetMarius Strobl2010-10-311-44/+39
* Make a comment reflect reality.Marius Strobl2010-10-311-1/+1
* Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be usedMarius Strobl2010-10-301-1/+1
* Add BCM5717C 10/100/1000TX PHY id.Pyun YongHyeon2010-10-272-0/+7
* - Given that as of r214264 all PHY drivers using mii(4) finally have beenMarius Strobl2010-10-242-96/+1
* - Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respectiveMarius Strobl2010-10-242-50/+52
* Take advantage of mii_phy_add_media()/mii_phy_setmedia().Marius Strobl2010-10-241-27/+7
* - Take advantage of mii_phy_dev_probe().Marius Strobl2010-10-241-12/+8
* Revert r213867; while this driver really doesn't use any of the genericMarius Strobl2010-10-181-0/+4
* Now that all previous users of mii_phy_probe() have been convertedMarius Strobl2010-10-152-16/+0
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-1531-74/+57
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallyMarius Strobl2010-10-143-99/+255
* Just like xmphy(4) this driver doesn't use any of the generic subroutinesMarius Strobl2010-10-141-4/+0
* Separate common flags into controller specific and PHY relatedPyun YongHyeon2010-10-051-8/+8
* Remove an header that apart from the license is empty.Marius Strobl2010-10-032-30/+0
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-0314-27/+42
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-0232-773/+119
* Try to adhere to style(9) and be consistent within this file.Marius Strobl2010-10-021-21/+22
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-2731-32/+31
* - Remove clause 3 and 4 from TNF licenses.Marius Strobl2010-09-2613-142/+0
* Correct definition of T2 mode bit of MRBE Message Page 5 Next PagePyun YongHyeon2010-09-081-1/+1
* Consistently use tab characters instead of tab + space characters.Pyun YongHyeon2010-09-072-130/+131
* Remove trailing CR at EOL.Pyun YongHyeon2010-09-071-83/+83
* Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernetPyun YongHyeon2010-08-092-0/+2
* Marvell model number 0x06 is 88E1101 PHY.Pyun YongHyeon2010-08-072-2/+2
* Add Marvell PHYG65G Gigabit PHY which is found on 88E8059 Yukon Optima.Pyun YongHyeon2010-04-302-0/+3
* - Pass flow control settings back to bce(4).David Christensen2010-04-291-6/+4
* Add Agere ET1011 PHY which is found on Belkin F5D5055 USBPyun YongHyeon2010-04-132-1/+6
* - Added support for 5709S/5716S PHYs.David Christensen2010-03-183-23/+158
* Remove an unneeded variable.Ed Schouten2010-03-181-1/+0