Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-30 | regen | Brad Smith | |
2008-04-30 | Add the id for the Marvell 88E3016 10/100 PHY | Brad Smith | |
2008-04-26 | Adjust the output voltage for BCM5906 PHY otherwise it might not be | Brad Smith | |
possible to obtain a link under some circumstances which are unknown at the moment. From the Linux tg3 driver. Issue reported by Kamil Andrusz <wizz at mniam dot net> ok kettenis@ | |||
2008-04-20 | Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipset | Brad Smith | |
revisions. From Linux via FreeBSD. ok dlg@ | |||
2008-04-02 | Add support for the DP83865. | Mark Kettenis | |
ok brad@ | |||
2008-04-02 | regen | Mark Kettenis | |
2008-04-02 | Add the National Semiconductor DP83865 Gigabit PHY. | Mark Kettenis | |
2008-04-02 | regen | Brad Smith | |
2008-04-02 | Add the Cicada CS8204 quad port PHY. | Brad Smith | |
From FreeBSD ok sthen@ | |||
2008-04-02 | Return right away for unknown media types instead of falling | Brad Smith | |
through and setting the half duplex flag. ok jsg@ | |||
2008-04-01 | Add some defines and remove some of the magic numbers from the code. | Brad Smith | |
From DragonFly ok jsg@ | |||
2008-03-21 | Add defines for 1Gbps/2.5Gbps fiber interfaces. | Brad Smith | |
From FreeBSD | |||
2008-03-12 | Fix comment typo, of -> if. | Brad Smith | |
ok sthen@ | |||
2008-03-02 | Add missing half duplex flag for 100baseT4. | Brad Smith | |
ok kettenis@ | |||
2008-03-02 | Correct a status flag which could cause half duplex to be reported for | Brad Smith | |
a 10 Mbps full duplex connection but only when not using autoneg. ok kettenis@ | |||
2008-02-28 | Update for the BCM5706 miidevs entry change. | Brad Smith | |
ok dlg@ | |||
2008-02-28 | regen | Brad Smith | |
2008-02-28 | - Update the BCM5706 PHY entry to also mention SX since this id is shared | Brad Smith | |
between copper and fiber PHY. - Add the PHY id for the BCM5708S fiber adapters. From FreeBSD ok dlg@ | |||
2008-01-31 | recognize the BCM5722 PHY. | Brad Smith | |
tested by Rodolfo Gouveia and marco@ ok kettenis@ marco@ dlg@ | |||
2008-01-31 | regen | Brad Smith | |
2008-01-31 | add the Broadcom BCM5722 PHY id. | Brad Smith | |
ok kettenis@ marco@ dlg@ | |||
2007-11-25 | Set half duplex flag when appropriate and some minor cleaning. | Brad Smith | |
ok jsg@ dlg@ | |||
2007-11-18 | eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too. | Kenneth R Westerback | |
2007-11-06 | regen | Mark Kettenis | |
2007-11-06 | Add Enable/Agere LU3X31T2. | Mark Kettenis | |
2007-10-30 | Initial port of Sepherosa Ziehau's DragonFlyBSD drivers | Jonathan Gray | |
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'. All the gross register related bit macros are not yet removed. Currently only Tx seems to work. Putting this in the tree in case someone else wants to look at it while I deal with exams for the next few weeks. | |||
2007-10-30 | regen | Jonathan Gray | |
2007-10-30 | Add Agere ET1011 10/100/1000 PHY | Jonathan Gray | |
2007-10-13 | Add support for BCM5906. | Mark Kettenis | |
ok deraadt@ | |||
2007-10-10 | Add support for the RTL8211B PHY based on a patch by | Jonathan Gray | |
Michael Eisele for FreeBSD. This fixes nfe/rgephy for ckuethe & couderc. Tested on re/rgephy by pyr. | |||
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 | |
work around the fact that the onboard PHYs attached to nfe(4) on the Sun X4100 M2 have fiber/copper auto-selection enabled even though the interfaces are clearly copper-only. Fixes PR system/5587. ok jsg@, claudio@ | |||
2007-09-17 | - Use a 64-bit int for the baudrate within the ifmedia_baudrate struct and | Brad Smith | |
return a 64-bit int for ifmedia_baudrate(). - Fix consumers of ifmedia_baudrate() to deal with the change. ok claudio@ dlg@ | |||
2007-09-17 | regen | Mark Kettenis | |
2007-09-17 | Add another OUI for Broadcom, and add the PHY for the Broadcom BCM5906. | Mark Kettenis | |
2007-08-30 | PHY on D495GCCR board | Chris Kuethe | |
"Right" deraadt | |||
2007-08-30 | regen | Chris Kuethe | |
2007-08-30 | Intel PHY on D945GCCR board | Chris Kuethe | |
"Right" deraadt | |||
2007-02-11 | Add support for fiber on the 88E1112 (88E8021/22 integrated PHY). | Mark Kettenis | |
2007-02-10 | Use right flow control autonegotiation bits for 1000baseX. | Mark Kettenis | |
2007-01-30 | Rough in more support for 5787/5755 chips so far known to not work or | Kenneth R Westerback | |
unreported in the wild. In this case add a PHY workaround for an eventual mobile version of the chipset. No change to existing functionality. From Michael Chan (mchan@broadcom), via Linux tg3 and brad. | |||
2007-01-27 | In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already. | Miod Vallat | |
2007-01-21 | Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS. | Mark Kettenis | |
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis | |
NetBSD. | |||
2007-01-05 | Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, | Mark Kettenis | |
stop doing it here. From brad@ | |||
2006-12-31 | Bring last few phys into line by calling their XXX_status() functions | Kenneth R Westerback | |
through mii_phy_status() rather than directly. No functional change. from brad@ ok mglocker@ | |||
2006-12-30 | Set MASTER based on IFM_ETH_MASTER instead of LINK0. | Mark Kettenis | |
ok brad@ | |||
2006-12-30 | Only advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis | |
From brad@ | |||
2006-12-30 | Rewrite eephy(4) to take advantage of generic phy code. | Mark Kettenis | |
Enable auto MDI/MDIX on PHY's that support it. Disable energy detect on PHY's that need it. tested on gem(4), msk(4), nfe(4), sk(4), stge(4) | |||
2006-12-30 | Add flow control support. | Mark Kettenis | |
ok brad@ |