summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
...
* Use BMSR for link status in one more place and clean up more.jkim2006-12-201-10/+9
* - Do not depend on auto negotiation for link speed/duplex status.jkim2006-12-201-68/+81
* - Fix autonegotiation timer.oleg2006-12-191-30/+22
* Correct the previous change:marius2006-12-181-0/+3
* o Add support code for newer Marvell PHYs.yongari2006-12-111-127/+213
* Add additional Marvell PHY registers.yongari2006-12-111-0/+10
* Add a bunch of new Marvell PHY ids.yongari2006-12-111-0/+14
* style(9)yongari2006-12-111-5/+4
* Teach the brgphy about some new Broadcom IDs.scottl2006-12-112-0/+3
* - Probe Davicom DM9102 PHYs.marius2006-12-021-30/+8
* - In acphy_service() for the MII_TICK case don't bother to check whethermarius2006-12-021-30/+7
* - Add another Altima PHY, which is a AC101 workalike and integratedmarius2006-12-021-1/+3
* - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurationsmarius2006-12-021-37/+9
* - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurationsmarius2006-12-021-13/+3
* Some style changes to a couple of PHY drivers:marius2006-12-027-94/+53
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-0219-249/+135
* - In rlphy_service() for the MII_TICK case don't bother to check whethermarius2006-11-281-45/+10
* - In qsphy_service() for the MII_TICK case don't bother to check whethermarius2006-11-281-29/+4
* - Don't add IFM_NONE when used in combination with pcn(4) as for MIImarius2006-11-281-49/+77
* - Rely on mii_phy_add_media() setting mii_anegticks as appropriate.marius2006-11-281-4/+3
* - Don't set MIIF_NOISOLATE so lxtphy(4) can be used in configurationsmarius2006-11-281-35/+8
* - Remove a dupe $FreeBSD$.marius2006-11-281-10/+8
* Analogous to mii_add_media(), factor out the code for checking whethermarius2006-11-273-10/+8
* - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to alwaysmarius2006-11-272-4/+11
* Add PHY support for BCM5752.yongari2006-08-311-0/+2
* Add Broadcom BCM5752 PHY id.yongari2006-08-311-0/+1
* Pack several boolean fields into single bge_flags field.glebius2006-08-231-1/+1
* Due to the poor PHY documentation from RealTek I can't sure but Iyongari2006-08-121-10/+18
* Add ip1000 PHY driver for IC Plus IP1000A integrated PHY.yongari2006-07-252-0/+585
* Add IC Plus IP1000A integrated PHY id.yongari2006-07-251-0/+4
* Add gentbi, a generic TBI(teb-bit interface) PHY driver portedyongari2006-07-251-0/+314
* Reset autonegotiation timer if current media is not 'auto'.oleg2006-07-031-1/+3
* Use mii_phy_match to reduce duplicated code.yongari2006-07-031-71/+21
* Replace hard-coded magic constants to system defined constantsyongari2006-07-0321-43/+43
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-8/+18
* If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speedyongari2006-05-191-2/+15
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-166-6/+0
* 1) Fix mii_phy_tick():oleg2006-05-161-18/+18
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.oleg2006-05-161-0/+4
* Fix the PHY support for the 5780. I mis-merged this from my sources.ps2006-04-121-0/+1
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-102-26/+84
* Add basic support for BCM5780 PHY.oleg2006-03-232-0/+8
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theglebius2006-02-141-0/+11
* 1) fix tiny bug in bge_start_locked()oleg2005-12-081-1/+1
* Remove dc-only pseudo phy devices after repo copy to dev/dcimp2005-10-182-719/+0
* The BCM5401 dspcode load on media changes also appliesgrehan2005-10-161-0/+2
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-3016-176/+72
* Not sporttings on other cardsimp2005-09-301-3/+3
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)imp2005-09-302-3/+14
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-302-8/+6
OpenPOWER on IntegriCloud