Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | Recognize the BCM57780 PHY, tested by bruce on tech@. | Stuart Henderson | |
From Brad, ok jsg@ kettenis@ | |||
2010-02-16 | sync | Stuart Henderson | |
2010-02-16 | Add BCM57780, from Brad. ok jsg@ kettenis@ | Stuart Henderson | |
2010-02-03 | Enable the next page bit for IP1001, otherwise the PHY fails | Stuart Henderson | |
to re-establish 1000baseT link after downgrading to 10/100. Fixes problems for Andreas Bartelt with ipgphy at VT6130. From FreeBSD via Brad, ok naddy@ | |||
2009-11-24 | Properly re-initialise the PHY upon resume. | Mark Kettenis | |
ok deraadt@, claudio@, mlarkin@, pirofti@ | |||
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti | |
This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@. | |||
2009-09-07 | sync | Stuart Henderson | |
2009-09-07 | Correct the PHY ID for IC+ IP1001. From Brad, confirmed with the datasheet. | Stuart Henderson | |
2009-08-08 | match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber | |
Broadcom GigE PHY found in the dmesglog; from Brad | |||
2009-08-08 | regen | Christian Weisgerber | |
2009-08-08 | 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber | |
Broadcom GigE PHY found in the dmesglog; from Brad | |||
2009-08-08 | Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad. | Christian Weisgerber | |
Tested by jasper@ with a IP1000A PHY to make sure it doesn't break existing model. | |||
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat | |
for this prevents it to be invoked with DVACT_DEACTIVATE later. This had been sweeped some time ago already, but bad constructs crept in again. | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok art@ | |||
2009-07-30 | Simplify the ipgphy(4) attach routine a bit by making use of | Stuart Henderson | |
mii_phy_add_media() to set the media types and adjust the anegticks as appropriate. From FreeBSD via Brad. Tested by jasper@. No objections after being posted on tech@. | |||
2009-07-30 | Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad. | Stuart Henderson | |
2009-07-30 | Attach to BCM5761. From Brad. | Stuart Henderson | |
2009-07-30 | regen | Stuart Henderson | |
2009-07-30 | Add BCM5761 PHY, from Brad. | Stuart Henderson | |
2009-07-28 | regen | Stuart Henderson | |
2009-07-28 | add Cicada CS8244 10/100/1000 PHY, from Brad. | Stuart Henderson | |
2009-07-25 | typo | Martynas Venckus | |
2009-07-25 | Replace magic numbers for ANAR flow control bits with the appropriate | Mark Kettenis | |
defines from mii.h. From Brad. | |||
2009-07-25 | Add flow control status reporting. From Brad. | Stuart Henderson | |
2009-07-22 | comment fix from Brad; OpenBSD's mii_phy_add_media() does not print | Stuart Henderson | |
the media names like NetBSD does. | |||
2009-07-22 | Comment diff only; list an additional supported PHY and add a link | Stuart Henderson | |
to the datasheet. From Brad. | |||
2009-07-03 | this is a rather large change to add support for the BCM5709. | David Gwynne | |
the 5709s use a the b09 firmwares, which is different to the b06 used by all the other chips supported by bnx. the majority of the diff comes from special handling for some indirect reads and writes, and because it needs more host memory to operate with. ive tried to keep the cosmetic changes to a minimum. "go for it" deraadt@ | |||
2009-07-03 | regen | David Gwynne | |
2009-07-03 | add ids for the new phys on the bcm5709s | David Gwynne | |
"go for it" deraadt@ | |||
2009-06-04 | Store next page in the Link Partner Next Page register for compatibility with | Mark Kettenis | |
802.3ab on 88E3016 PHYs. Fixes some autonegotiation problems on msk(4). | |||
2009-06-04 | replace the cumbersome macros that check for chip revisions with quirk flags | Christian Weisgerber | |
set at attach; from Brad | |||
2009-05-21 | add support for BCM576x, 577xx, and some new 572x/578x devices. | Stuart Henderson | |
from Brad; testing by phessler, naddy, myself and others on a range of older and newer devices. ok dlg@. | |||
2009-05-21 | regen | Stuart Henderson | |
2009-05-21 | add BCM5784, from Brad. | Stuart Henderson | |
2009-03-23 | use auto-negotiation for manual media type selection. This fixes | Kevin Lo | |
establishment of 10/100Mbps link on ale(4). From FreeBSD | |||
2009-02-22 | Make 88E3016 actually work. | Mark Kettenis | |
2008-11-08 | Add a softc field mii_oui to store the OUI. | Brad Smith | |
2008-11-08 | Add additional link status checking for for the BCM5906 PHY. | Brad Smith | |
Based on info from the Linux tg3 driver. | |||
2008-11-08 | Only read the Gig status register if Gig media status is detected. | Brad Smith | |
2008-10-25 | regen | Brad Smith | |
2008-10-25 | Use tabs between the product id and the product string. | Brad Smith | |
2008-10-25 | regen | Brad Smith | |
2008-10-25 | Remove vendor names from the product strings. | Brad Smith | |
2008-10-25 | Update for name changes. | Brad Smith | |
2008-10-24 | regen | Brad Smith | |
2008-10-24 | Shorten the vendor names and fix up the names of some of the | Brad Smith | |
existing entries. | |||
2008-10-24 | regen | Brad Smith | |
2008-10-24 | Sort the vendors and PHY id's. | Brad Smith | |
2008-10-24 | Get flow control negotiation status. | Brad Smith | |
2008-10-24 | Get flow control negotiation status. | Brad Smith | |