summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-12regenBrad Smith
2008-07-12Add the OUI id for JMicron and the ids for the JMP202 FastE PHY andBrad Smith
2008-07-12Add support for the Marvell 88E8016 PHY.Brad Smith
2008-07-11If there is a 100baseT4 connection then fall through so as toBrad Smith
2008-07-11Check the correct BMSR bit in the capabilities field when checkingBrad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-13Add support for fiber PHY on bge(4) (BCM5714/BCM5780) andBrad Smith
2008-06-11Add a few comments.Brad Smith
2008-06-11some more BCM5708S registers.Brad Smith
2008-06-11regenBrad Smith
2008-06-11BCM5780 also has a fiber model.Brad Smith
2008-06-10formatting knits.Brad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-06-07Currently unused at the moment but at least allow it to compile.Brad Smith
2008-05-30some KNF.Brad Smith
2008-05-29Recognize the Cicada CS8204 quad port PHY.Brad Smith
2008-05-24Store the model and revision information in the appropriate softcBrad Smith
2008-05-23Fix detection of 10baseT on rev 2 and up.Mark Kettenis
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2008-05-13Since Ethernet links can only be full duplex or half duplex the linkBrad Smith
2008-04-30regenBrad Smith
2008-04-30Add the id for the Marvell 88E3016 10/100 PHYBrad Smith
2008-04-26Adjust the output voltage for BCM5906 PHY otherwise it might not beBrad Smith
2008-04-20Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipsetBrad Smith
2008-04-02Add support for the DP83865.Mark Kettenis
2008-04-02regenMark Kettenis
2008-04-02Add the National Semiconductor DP83865 Gigabit PHY.Mark Kettenis
2008-04-02regenBrad Smith
2008-04-02Add the Cicada CS8204 quad port PHY.Brad Smith
2008-04-02Return right away for unknown media types instead of fallingBrad Smith
2008-04-01Add some defines and remove some of the magic numbers from the code.Brad Smith
2008-03-21Add defines for 1Gbps/2.5Gbps fiber interfaces.Brad Smith
2008-03-12Fix comment typo, of -> if.Brad Smith
2008-03-02Add missing half duplex flag for 100baseT4.Brad Smith
2008-03-02Correct a status flag which could cause half duplex to be reported forBrad Smith
2008-02-28Update for the BCM5706 miidevs entry change.Brad Smith
2008-02-28regenBrad Smith
2008-02-28- Update the BCM5706 PHY entry to also mention SX since this id is sharedBrad Smith
2008-01-31recognize the BCM5722 PHY.Brad Smith
2008-01-31regenBrad Smith
2008-01-31add the Broadcom BCM5722 PHY id.Brad Smith
2007-11-25Set half duplex flag when appropriate and some minor cleaning.Brad Smith
2007-11-18eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too.Kenneth R Westerback
2007-11-06regenMark Kettenis
2007-11-06Add Enable/Agere LU3X31T2.Mark Kettenis
2007-10-30Initial port of Sepherosa Ziehau's DragonFlyBSD driversJonathan Gray
2007-10-30regenJonathan Gray
2007-10-30Add Agere ET1011 10/100/1000 PHYJonathan Gray
2007-10-13Add support for BCM5906.Mark Kettenis