summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Add PHY support for BCM5752.yongari2006-08-311-0/+2
* Add Broadcom BCM5752 PHY id.yongari2006-08-311-0/+1
* Pack several boolean fields into single bge_flags field.glebius2006-08-231-1/+1
* Due to the poor PHY documentation from RealTek I can't sure but Iyongari2006-08-121-10/+18
* Add ip1000 PHY driver for IC Plus IP1000A integrated PHY.yongari2006-07-252-0/+585
* Add IC Plus IP1000A integrated PHY id.yongari2006-07-251-0/+4
* Add gentbi, a generic TBI(teb-bit interface) PHY driver portedyongari2006-07-251-0/+314
* Reset autonegotiation timer if current media is not 'auto'.oleg2006-07-031-1/+3
* Use mii_phy_match to reduce duplicated code.yongari2006-07-031-71/+21
* Replace hard-coded magic constants to system defined constantsyongari2006-07-0321-43/+43
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-8/+18
* If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speedyongari2006-05-191-2/+15
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-166-6/+0
* 1) Fix mii_phy_tick():oleg2006-05-161-18/+18
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.oleg2006-05-161-0/+4
* Fix the PHY support for the 5780. I mis-merged this from my sources.ps2006-04-121-0/+1
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-102-26/+84
* Add basic support for BCM5780 PHY.oleg2006-03-232-0/+8
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theglebius2006-02-141-0/+11
* 1) fix tiny bug in bge_start_locked()oleg2005-12-081-1/+1
* Remove dc-only pseudo phy devices after repo copy to dev/dcimp2005-10-182-719/+0
* The BCM5401 dspcode load on media changes also appliesgrehan2005-10-161-0/+2
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-3016-176/+72
* Not sporttings on other cardsimp2005-09-301-3/+3
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)imp2005-09-302-3/+14
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-302-8/+6
* Add an evil hack to work around a cast from the softc to the ifnet thatbrooks2005-06-111-4/+6
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-4/+0
* Support the 5714Cps2005-05-192-0/+8
* On second though, print the OUI, model and revision. This is the sameimp2005-02-161-1/+3
* Add location and PNP info to the mii busimp2005-02-161-0/+24
* Use ANSI function definitions, in preference to the K&R definitions.imp2005-02-152-34/+15
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0631-32/+31
* Cleanup link state change notification:sam2004-12-081-28/+11
* With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in frombz2004-11-261-2/+2
* Add support for the BCM5750/5751. Unfortunately the documentationps2004-09-242-0/+34
* Add device driver support for the VIA Networking Technologieswpaul2004-09-103-0/+790
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-3010-0/+10
* DP83840A on hme(4) don't advertise their media capabilities themselvesmarius2004-05-291-4/+11
* Spelling fix in a comment.marius2004-05-291-1/+1
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-2921-84/+27
* Move __FBSDID out from under a comment.marius2004-05-291-3/+3
* Spelling fix in a comment.marius2004-05-291-1/+1
* Link state change notification of ethernet media to the routing socket.andre2004-05-031-4/+18
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-039-19/+21
* Make sure set the media type in the phy, we cannot trust it to have chosenphk2004-01-171-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* Typo when setting wirespeed. || != |ps2003-09-281-1/+1
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-203-50/+114
OpenPOWER on IntegriCloud