aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for gigabit ethernet cards based on the NatSemi DP83820Bill Paul2001-05-113-0/+645
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.Matt Jacob2001-04-094-0/+768
* Catch up to header include changes:John Baldwin2001-03-282-0/+2
* Back out previous commit until I figure out a way to do it properly.Jonathan Lemon2001-03-281-11/+1
* Really fix NWAY negotiation for the 82553 PHY. Locking down theJonathan Lemon2001-03-171-2/+12
* Enable some undocumented bits in the DP83840 PHY, which is neededJonathan Lemon2001-03-161-5/+8
* Add drivers for Intel 82553 and 82555 PHYs.Jonathan Lemon2001-03-122-0/+340
* Regenerate.Jonathan Lemon2001-03-121-1/+8
* Add some definitions for Intel 82553 PHYsJonathan Lemon2001-03-121-0/+5
* Add includes of sys/malloc.h so this actually compiles.John Baldwin2001-02-092-1/+2
* Fix memoryleaks with device_get_children().Jeroen Ruigrok van der Werven2001-02-082-0/+3
* Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors inSemen Ustimenko2001-02-071-1/+0
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.Semen Ustimenko2001-02-077-6/+1367
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-8/+4
* Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul2000-12-1212-3/+27
* Catch up to moving headers:John Baldwin2000-10-202-2/+2
* NEWCARD/Cardbus -Jonathan Chen2000-10-192-0/+444
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-159-9/+0
* Add #include <machine/mutex.h> since these files need it and don'tBill Paul2000-10-132-0/+2
* sync to last commitWarner Losh2000-10-121-1/+6
* Add mii entry for tdk phy found on some cardbus cards.Warner Losh2000-10-121-0/+4
* Add support for parsing the media blocks from the SROM on 21143Bill Paul2000-10-051-8/+14
* Add a homePNA PHY driver. This is really only a stub: MII-based homePNABill Paul2000-09-201-0/+282
* regenerateBill Paul2000-09-201-1/+3