summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Only touch the PCR register in order to set bits for the fxp driver.jlemon2001-06-021-1/+3
* Regeneratewpaul2001-05-231-1/+6
* Tweak the xmphy driver a little bit based on something I learned aboutwpaul2001-05-233-8/+23
* Regenerate.jlemon2001-05-111-3/+7
* Correctly recognize the i82562{EM} PHYs.jlemon2001-05-112-15/+20
* Regeneratewpaul2001-05-111-1/+5
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-113-0/+645
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.mjacob2001-04-094-0/+768
* Catch up to header include changes:jhb2001-03-282-0/+2
* Back out previous commit until I figure out a way to do it properly.jlemon2001-03-281-11/+1
* Really fix NWAY negotiation for the 82553 PHY. Locking down thejlemon2001-03-171-2/+12
* Enable some undocumented bits in the DP83840 PHY, which is neededjlemon2001-03-161-5/+8
* Add drivers for Intel 82553 and 82555 PHYs.jlemon2001-03-122-0/+340
* Regenerate.jlemon2001-03-121-1/+8
* Add some definitions for Intel 82553 PHYsjlemon2001-03-121-0/+5
* Add includes of sys/malloc.h so this actually compiles.jhb2001-02-092-1/+2
* Fix memoryleaks with device_get_children().asmodai2001-02-082-0/+3
* Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors insemenu2001-02-071-1/+0
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.semenu2001-02-077-6/+1367
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-8/+4
* Grrrrr. That last commit was supposed to be to the head, not to -stablewpaul2000-12-1212-3/+27
* Catch up to moving headers:jhb2000-10-202-2/+2
* NEWCARD/Cardbus -jon2000-10-192-0/+444
* Remove unneeded #include <machine/clock.h>phk2000-10-159-9/+0
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-132-0/+2
* sync to last commitimp2000-10-121-1/+6
* Add mii entry for tdk phy found on some cardbus cards.imp2000-10-121-0/+4
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-051-9/+15
* Add a homePNA PHY driver. This is really only a stub: MII-based homePNAwpaul2000-09-201-0/+282
* regeneratewpaul2000-09-201-1/+3
* Add the ID for the built-in homePNA PHY in the AMD 79C798 controller.wpaul2000-09-201-0/+1
* Added Altima Communications OUI and their AC101 10/100semenu2000-06-213-0/+14
* Don't bother checking the link state in dcphy_status() if the interfacewpaul2000-06-051-0/+3
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-311-60/+23
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Provide a tag so that miibus consumers can depend on the module,peter2000-04-291-0/+2
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-224-0/+1138
* Regeneratewpaul2000-04-221-2/+10
* Add entries for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-221-1/+7
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-199-9/+0
* Change && to || in probe routine so that the mlphy driver doesn'twpaul2000-04-141-1/+1
* Added code to handle QS6612 PHY as standard NS PHYsemenu2000-04-111-5/+8
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Fix some problems reported by Mike Pritchard:wpaul1999-12-131-9/+22
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-042-103/+444
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+4
* Do some more work on the mxphy pseudo-driver to make it better at mediawpaul1999-11-011-77/+88
OpenPOWER on IntegriCloud