summaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Revert couple of changes from 1.51 and 1.52. Reading link status with BMSRJung-uk Kim2007-03-191-14/+12
* mii_phy_dev_probe returns its third argument on match, not 0, so pass 0Warner Losh2007-02-261-1/+1
* Restore support for the 5706C bce(4) phy that was broken during theJohn Baldwin2007-02-212-2/+54
* Fix a typo from the previous commit.Jung-uk Kim2007-02-141-1/+1
* Fix typos in comments while I am here.Jung-uk Kim2007-02-132-28/+29
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.Jung-uk Kim2007-02-121-0/+22
* Fix style(9).Jung-uk Kim2007-02-122-209/+209
* Add PHY DSP code for BCM5755M.Jung-uk Kim2007-02-122-0/+27
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPJung-uk Kim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.Jung-uk Kim2007-02-121-8/+8
* Fix problem with RTL8201L PHY. From submitter:Warner Losh2007-02-081-2/+17
* Add missing MIIBUS_MEDIAINIT() call.Doug White2007-01-261-0/+1
* Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used forDoug White2007-01-262-3/+1
* Correct a logic bug in the previous change.Marius Strobl2007-01-211-1/+1
* - In miibus_attach() remove IFM_IMASK from the dontcare_mask of theMarius Strobl2007-01-201-2/+17
* - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations withMarius Strobl2007-01-201-3/+1
* Correct driver_t brgphy_driver, which was forgotten from the last commit.Jung-uk Kim2007-01-161-1/+1
* Move MII model and revision into softc.Jung-uk Kim2007-01-161-14/+24
* - Move Ethernet@WireSpeed and jumbo frame configurations to separateJung-uk Kim2007-01-151-46/+58
* - Fix BCM5754 support found in Dell PowerEdge SC440.Jung-uk Kim2007-01-152-22/+49
* After another thought there is another nail for the mii_phy_dev_probe()-Marius Strobl2007-01-131-19/+12
* Remove mii_media_from_bmcr(); all previous users have been converted toMarius Strobl2007-01-132-20/+0
* - Take advantage of mii_phy_dev_probe() and mii_phy_setmedia().Marius Strobl2007-01-131-52/+22
* - Take advantage of mii_phy_dev_probe().Marius Strobl2007-01-121-39/+19
* Set MIIF_HAVE_FIBER and add IFM_100_FX media when the AC_MCTL_FX_SELMarius Strobl2007-01-121-0/+13
* - Correct the AC_MCTL_BYP_PCS constant.Marius Strobl2007-01-121-14/+14
* Use mii_phy_add_media()/mii_phy_setmedia()-compatible media tableMarius Strobl2007-01-126-7/+7
* MFp4: add basic driver for RTL8305SC switch in PHY emulationBernd Walter2007-01-052-0/+426
* Use BMSR for link status in one more place and clean up more.Jung-uk Kim2006-12-201-10/+9
* - Do not depend on auto negotiation for link speed/duplex status.Jung-uk Kim2006-12-201-68/+81
* - Fix autonegotiation timer.Oleg Bulyzhin2006-12-191-30/+22
* Correct the previous change:Marius Strobl2006-12-181-0/+3
* o Add support code for newer Marvell PHYs.Pyun YongHyeon2006-12-111-126/+212
* Add additional Marvell PHY registers.Pyun YongHyeon2006-12-111-0/+10
* Add a bunch of new Marvell PHY ids.Pyun YongHyeon2006-12-111-0/+14
* style(9)Pyun YongHyeon2006-12-111-5/+4
* Teach the brgphy about some new Broadcom IDs.Scott Long2006-12-112-0/+3
* - Probe Davicom DM9102 PHYs.Marius Strobl2006-12-021-30/+8
* - In acphy_service() for the MII_TICK case don't bother to check whetherMarius Strobl2006-12-021-30/+7
* - Add another Altima PHY, which is a AC101 workalike and integratedMarius Strobl2006-12-021-1/+3
* - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurationsMarius Strobl2006-12-021-37/+9
* - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurationsMarius Strobl2006-12-021-13/+3
* Some style changes to a couple of PHY drivers:Marius Strobl2006-12-027-94/+53
* Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl2006-12-0219-248/+134
* - In rlphy_service() for the MII_TICK case don't bother to check whetherMarius Strobl2006-11-281-45/+10
* - In qsphy_service() for the MII_TICK case don't bother to check whetherMarius Strobl2006-11-281-29/+4
* - Don't add IFM_NONE when used in combination with pcn(4) as for MIIMarius Strobl2006-11-281-49/+77
* - Rely on mii_phy_add_media() setting mii_anegticks as appropriate.Marius Strobl2006-11-281-4/+3
* - Don't set MIIF_NOISOLATE so lxtphy(4) can be used in configurationsMarius Strobl2006-11-281-35/+8
* - Remove a dupe $FreeBSD$.Marius Strobl2006-11-281-10/+8