summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2009-08-08match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknownChristian Weisgerber
2009-08-08regenChristian Weisgerber
2009-08-085464 / 5461 IDs found in the Linux broadcom PHY driver and unknownChristian Weisgerber
2009-08-08Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad.Christian Weisgerber
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-07-31timeout_add -> timeout_add_msecBret Lambert
2009-07-30Simplify the ipgphy(4) attach routine a bit by making use ofStuart Henderson
2009-07-30Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad.Stuart Henderson
2009-07-30Attach to BCM5761. From Brad.Stuart Henderson
2009-07-30regenStuart Henderson
2009-07-30Add BCM5761 PHY, from Brad.Stuart Henderson
2009-07-28regenStuart Henderson
2009-07-28add Cicada CS8244 10/100/1000 PHY, from Brad.Stuart Henderson
2009-07-25typoMartynas Venckus
2009-07-25Replace magic numbers for ANAR flow control bits with the appropriateMark Kettenis
2009-07-25Add flow control status reporting. From Brad.Stuart Henderson
2009-07-22comment fix from Brad; OpenBSD's mii_phy_add_media() does not printStuart Henderson
2009-07-22Comment diff only; list an additional supported PHY and add a linkStuart Henderson
2009-07-03this is a rather large change to add support for the BCM5709.David Gwynne
2009-07-03regenDavid Gwynne
2009-07-03add ids for the new phys on the bcm5709sDavid Gwynne
2009-06-04Store next page in the Link Partner Next Page register for compatibility withMark Kettenis
2009-06-04replace the cumbersome macros that check for chip revisions with quirk flagsChristian Weisgerber
2009-05-21add support for BCM576x, 577xx, and some new 572x/578x devices.Stuart Henderson
2009-05-21regenStuart Henderson
2009-05-21add BCM5784, from Brad.Stuart Henderson
2009-03-23use auto-negotiation for manual media type selection. This fixesKevin Lo
2009-02-22Make 88E3016 actually work.Mark Kettenis
2008-11-08Add a softc field mii_oui to store the OUI.Brad Smith
2008-11-08Add additional link status checking for for the BCM5906 PHY.Brad Smith
2008-11-08Only read the Gig status register if Gig media status is detected.Brad Smith
2008-10-25regenBrad Smith
2008-10-25Use tabs between the product id and the product string.Brad Smith
2008-10-25regenBrad Smith
2008-10-25Remove vendor names from the product strings.Brad Smith
2008-10-25Update for name changes.Brad Smith
2008-10-24regenBrad Smith
2008-10-24Shorten the vendor names and fix up the names of some of theBrad Smith
2008-10-24regenBrad Smith
2008-10-24Sort the vendors and PHY id's.Brad Smith
2008-10-24Get flow control negotiation status.Brad Smith
2008-10-24Get flow control negotiation status.Brad Smith
2008-10-20Enable the Gig master mode status display.Brad Smith
2008-10-07Make sure page 0 is selected when we initialize the PHY. Fixes problemsMark Kettenis
2008-09-26Add drivers for the JMicron JMC250/JMC260 Ethernet controllersJonathan Gray
2008-09-25regenBrad Smith
2008-09-25Add the id for the Atheros F2 PHY.Brad Smith
2008-09-25Add a driver for the Attansic F1 PHY.Brad Smith
2008-09-17Remove the unsupported media types explicitly listed in the switch casesBrad Smith
2008-09-11In rlphy_service() for the MII_TICK case don't bother to check whetherBrad Smith