summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpcbz2008-11-281-2/+3
* Use auto-negotiation for manual media type selection. This fixesyongari2008-10-251-1/+2
* Correct PHY description and OUI of VSC8211. Previously VSC8211 wasyongari2008-10-232-3/+3
* Some 88E1149 PHY's page select is initialized to point to otheryongari2008-10-171-0/+14
* - Add driver for Attansic L2 FastEthernet controller found onstas2008-10-032-0/+2
* Save extended address register prior to switching to 1000BASE-Xyongari2008-09-301-2/+3
* Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.yongari2008-09-302-0/+3
* Explicitly mark IFM_HDX for half-duplex media.yongari2008-09-301-0/+2
* Report current link state while auto-negotiation is in progress.yongari2008-09-301-1/+1
* Use mii_anegticks instead of hardcoded MII_ANEGTICKS.yongari2008-09-301-2/+2
* Announce link loss right after it happens.yongari2008-09-301-1/+4
* Recognize 88E1116R phy variation. This part is found on some embedded devices.raj2008-09-042-0/+2
* Move the code that looks for the companion phy to a subroutine to makeimp2008-08-231-23/+22
* It turns out that my analysis of the error handling here was wrong.imp2008-08-232-10/+9
* Revert bogusly committed file.imp2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingimp2008-08-233-0/+4
* Restore link state handling which was broken in rev 1.69.yongari2008-08-121-4/+1
* Remove 'cr' at the end of line.yongari2008-08-121-20/+20
* Remove whitespace at the end of line.yongari2008-08-121-10/+10
* Fix a copy/paste errorkevlo2008-08-061-1/+0
* Add RTL8211C(L) support.yongari2008-07-022-2/+15
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-202-0/+419
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-201-0/+4
* - Added support for BCM5709 and BCM5716.davidch2008-06-131-9/+59
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-071-0/+10
* 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
OpenPOWER on IntegriCloud