aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary <sys/malloc.h> include.Semen Ustimenko2002-10-298-8/+0
* Put function return types on a line by themselves.Alfred Perlstein2002-10-1418-75/+111
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-282-2/+2
* Add support for the BCM5703x chips. I do not have one of theseJohn Polstra2002-09-083-0/+9
* Revert change to detect multiply PHYs in mii code. There might be casesDoug Ambrisko2002-08-161-5/+2
* Only attach one PHY device to a controller. NetBSD has similar code.Doug Ambrisko2002-08-071-2/+5
* regenerateBenno Rice2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes theBenno Rice2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedBenno Rice2002-07-052-3/+3
* Increase gigE negotiation timeout to 17 seconds.Poul-Henning Kamp2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-0416-327/+111
* MII_TICK handlers need not restart aneg on these PHYs, they behave prettySemen Ustimenko2002-05-012-109/+55
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy toPoul-Henning Kamp2002-04-293-10/+45
* Convert exphy and ukphy over to the new code.Poul-Henning Kamp2002-04-293-61/+10
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-2922-339/+61
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-296-289/+244
* Moving closer to being able to use NetBSD's generic mii_set_media()Poul-Henning Kamp2002-04-293-20/+141
* Edging ever closer to NetBSD...Poul-Henning Kamp2002-04-293-12/+11
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-291-2/+2
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-283-16/+16
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-2817-22/+27
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-2815-59/+19
* Use generic MII #defines instead of private ones when the registersPoul-Henning Kamp2002-04-282-169/+67
* Merge in rev 1.9 from NetBSD.Poul-Henning Kamp2002-04-281-3/+81
* Work around an Intel 21143 chip bug.Stephen McKay2002-04-181-7/+10
* Regenerate.Bill Paul2002-04-071-1/+6
* Teach the rlphy driver how to do parallel link detection. If the link partnerBill Paul2002-04-072-1/+117
* regenerateBill Paul2002-03-221-1/+3
* Teach the brgphy driver about the BCM5701's internal copper PHY.Bill Paul2002-03-222-0/+7
* Remove __P.Alfred Perlstein2002-03-2020-122/+121
* Remove problematic PHY_WRITE so that autoneg to 10 MbpsDaniel O'Callaghan2002-02-271-16/+1
* Fix reversed definitions for the bits that select half vs. full duplex.Archie Cobbs2002-01-101-4/+4
* Fix declaration disagreement.Matt Jacob2001-10-111-2/+2
* Note the 'common knowledge' assumption that each NIC's softc startsMatt Jacob2001-10-011-0/+9
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-2921-512/+214
* Change the order that we print the media options during device probe toJonathan Lemon2001-09-291-30/+24
* Add field for last active status, as well as function prototypes.Jonathan Lemon2001-09-291-0/+3
* Add new device method miibus_linkchg, along with a service routine.Jonathan Lemon2001-09-293-0/+102
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.Bill Paul2001-09-271-1/+1
* Add some definitions for the DSP programming registers in the BCM5400Bill Paul2001-09-251-0/+38
* Tweak the autoneg kickoff code to that it more closely resembles theBill Paul2001-09-181-3/+16
* Regenerate.Bill Paul2001-09-041-1/+5
* Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.Bill Paul2001-09-043-26/+79
* Quiet a variable format-string warning.Kris Kennaway2001-07-191-1/+1
* Only touch the PCR register in order to set bits for the fxp driver.Jonathan Lemon2001-06-021-1/+3
* RegenerateBill Paul2001-05-231-1/+6
* Tweak the xmphy driver a little bit based on something I learned aboutBill Paul2001-05-233-8/+23
* Regenerate.Jonathan Lemon2001-05-111-3/+7
* Correctly recognize the i82562{EM} PHYs.Jonathan Lemon2001-05-112-15/+20
* RegenerateBill Paul2001-05-111-1/+5