summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Add support for the BCM5705 and its ilk. Changes:wpaul2003-07-162-0/+27
* Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.ps2003-06-171-2/+2
* Remove unnecessary breaks.phk2003-05-317-14/+1
* Something I missed in my tree.ps2003-05-041-2/+18
* - Move bge_phy_hack into the phy code and implement the various DSPps2003-05-031-20/+161
* Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-032-0/+335
* Add untested support for the Broadcom 5704.ps2003-05-022-0/+7
* Use __FBSDID rather than rcsid[].obrien2003-04-0319-110/+59
* Remove unused variable and code.peter2003-02-191-2/+0
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-1921-388/+18
* Regenerateobrien2003-01-131-1/+3
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-122-0/+4
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-298-8/+0
* Put function return types on a line by themselves.alfred2002-10-1418-75/+111
* Be consistent about "static" functions: if the function is markedphk2002-09-282-2/+2
* Add support for the BCM5703x chips. I do not have one of thesejdp2002-09-083-0/+9
* Revert change to detect multiply PHYs in mii code. There might be casesambrisko2002-08-161-5/+2
* Only attach one PHY device to a controller. NetBSD has similar code.ambrisko2002-08-071-2/+5
* regeneratebenno2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes thebenno2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedbenno2002-07-052-3/+3
* Increase gigE negotiation timeout to 17 seconds.phk2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-0416-331/+115
* MII_TICK handlers need not restart aneg on these PHYs, they behave prettysemenu2002-05-012-109/+55
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy tophk2002-04-293-10/+45
* Convert exphy and ukphy over to the new code.phk2002-04-293-61/+10
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-2922-339/+61
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-296-289/+244
* Moving closer to being able to use NetBSD's generic mii_set_media()phk2002-04-293-20/+141
* Edging ever closer to NetBSD...phk2002-04-293-12/+11
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-291-2/+2
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-283-16/+16
* Don't pass three args when one will do just fine, and even preventphk2002-04-2817-22/+27
* Improve an API by about 4 lines per driver.phk2002-04-2815-59/+19
* Use generic MII #defines instead of private ones when the registersphk2002-04-282-169/+67
* Merge in rev 1.9 from NetBSD.phk2002-04-281-3/+81
* Work around an Intel 21143 chip bug.mckay2002-04-181-7/+10
* Regenerate.wpaul2002-04-071-1/+6
* Teach the rlphy driver how to do parallel link detection. If the link partnerwpaul2002-04-072-1/+117
* regeneratewpaul2002-03-221-1/+3
* Teach the brgphy driver about the BCM5701's internal copper PHY.wpaul2002-03-222-0/+7
* Remove __P.alfred2002-03-2020-122/+121
* Remove problematic PHY_WRITE so that autoneg to 10 Mbpsdanny2002-02-271-16/+1
* Fix reversed definitions for the bits that select half vs. full duplex.archie2002-01-101-4/+4
* Fix declaration disagreement.mjacob2001-10-111-2/+2
* Note the 'common knowledge' assumption that each NIC's softc startsmjacob2001-10-011-0/+9
* Cleanup pass for mii drivers.jlemon2001-09-2921-512/+214
* Change the order that we print the media options during device probe tojlemon2001-09-291-30/+24
* Add field for last active status, as well as function prototypes.jlemon2001-09-291-0/+3
* Add new device method miibus_linkchg, along with a service routine.jlemon2001-09-293-0/+102
OpenPOWER on IntegriCloud