summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on thebenno2008-06-062-0/+269
* Add JMicron JMP202/JMP211 PHY driver.yongari2008-05-273-0/+492
* Add Attansic/Atheros F1 PHY driver.yongari2008-05-193-0/+480
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-293-2/+14
* Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DSraj2008-04-262-1/+4
* Add support for IC Plus IP1001 PHY.yongari2008-04-053-21/+104
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andjhb2008-03-062-1/+3
* - Add PHY ID for BCM5709C 1000Base-T controllers.davidch2008-03-052-2/+6
* Add detection of isolation state.yongari2008-03-051-0/+5
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.raj2008-03-032-1/+4
* - Fix a typo in a comment.marius2008-01-271-8/+10
* Fix a typo in a comment.marius2008-01-271-1/+1
* Add a driver for the National Semiconductor DP83815, DP83843 andmarius2008-01-273-0/+529
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-181-7/+1
* Reset autonegotation timer if media option is not IFM_AUTO.yongari2007-11-161-1/+5
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeyongari2007-11-165-14/+14
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()yongari2007-10-301-1/+0
* - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)marius2007-10-291-2/+1
* Add 88E1116/88E1116R PHY support code that takes the PHY out ofyongari2007-10-292-0/+15
* Add a newer RTL8211B(L) PHY.yongari2007-10-291-2/+2
* Add support for RealTek RTL8211B(L) PHY. It's based on the patchyongari2007-10-292-28/+99
* o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so setyongari2007-10-291-7/+14
* Add icsphy(4), Integrated Circuit Systems PHY driver, ported fromyongari2007-06-112-0/+438
* Add ICS1889/ICS1892/ICS1893 PHY.yongari2007-06-111-0/+3
* - Fixed a problem that caused autonegotiation failures.davidch2007-06-081-1/+5
* New features:davidch2007-06-073-179/+497
* Add support IC Plus IP101 10/100 PHY that is found on nVidia networkyongari2007-06-061-0/+1
* Add IC Plus IP101 PHYyongari2007-06-061-0/+1
* Add support Vitesse VSC8601 PHY that is found on nVidia networkyongari2007-06-062-0/+30
* Add OUI for Vitesse Semiconductor.yongari2007-06-061-0/+2
* Define the miibus ivars as a structure, instead of as a vector ofmarcel2007-05-011-14/+15
* - Take advantage of mii_phy_add_media() for adding media and settingmarius2007-04-301-65/+13
* Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsetsmarius2007-04-102-0/+2
* Revert couple of changes from 1.51 and 1.52. Reading link status with BMSRjkim2007-03-191-14/+12
* mii_phy_dev_probe returns its third argument on match, not 0, so pass 0imp2007-02-261-1/+1
* Restore support for the 5706C bce(4) phy that was broken during thejhb2007-02-212-2/+54
* Fix a typo from the previous commit.jkim2007-02-141-1/+1
* Fix typos in comments while I am here.jkim2007-02-132-28/+29
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-121-0/+22
* Fix style(9).jkim2007-02-122-236/+236
* Add PHY DSP code for BCM5755M.jkim2007-02-122-0/+27
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPjkim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.jkim2007-02-121-8/+8
* Fix problem with RTL8201L PHY. From submitter:imp2007-02-081-2/+17
* Add missing MIIBUS_MEDIAINIT() call.dwhite2007-01-261-0/+1
* Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used fordwhite2007-01-262-3/+1
* Correct a logic bug in the previous change.marius2007-01-211-1/+1
* - In miibus_attach() remove IFM_IMASK from the dontcare_mask of themarius2007-01-201-2/+17
* - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations withmarius2007-01-201-3/+1
* Correct driver_t brgphy_driver, which was forgotten from the last commit.jkim2007-01-161-1/+1
OpenPOWER on IntegriCloud