summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2008-05-06Rename some softc variables for readability.tsutsui
2008-05-05Use device_private() where appropriate.tsutsui
2008-05-04device_t/softc split for all mii(4) devices, and other relatedxtraeme
2008-05-02Move TNF licenses to 2 clause formmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-14pretty up if_ex: pmf'ify, device split, and improve printing a bit too.spz
2008-04-08use aprint_*_dev and device_xnamecegger
2008-04-05Add support for RealTek RTL8211B(L) PHY. From FreeBSD.tsutsui
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-02-20Add BCM5708C. Treating it like 5750/5780 is a guess but my Dellmarkd
2008-02-20regen.markd
2008-02-20Add BCM5708C 1000BASE-T media interface, from FreeBSDmarkd
2008-01-26Add a wakeup instruction which is taken from Realtek driver.tsutsui
2008-01-20mii_physubr.c::mii_phy_reset() has gphyter and nsphyter specific delay(500).msaitoh
2008-01-10Add a helper routine for ethernet drivers, mii_ifmedia_change().dyoung
2008-01-05Updates from OpenBSD:jdc
2008-01-02Fix XEN2_DOMU (and amd64?) builds: move ether_mediastatus(),dyoung
2007-12-29Remove the device_is_active() check from each individual PHY'sdyoung
2007-12-29Recognize Marvell 88E1116 Gigabit PHY.wiz
2007-12-29regen (+ Marvell 88E1116 Gigabit PHY)wiz
2007-12-29Add Marvell 88E1116 Gigabit PHY.wiz
2007-12-29Use LIST_FOREACH().dyoung
2007-12-15__FUNCTION__ -> __func__perry
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-06Add missing aprint_naive("\n"); in rlphyattach.uwe
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-13Correct indent.isaki
2007-10-12Regen from miidevs rev 1.73:tsutsui
2007-10-12Add Realtek RTL8211, which has the same ID with 8169S/8110S internal PHY.tsutsui
2007-08-28add I82566msaitoh
2007-08-28regenmsaitoh
2007-08-28add Intel I82566msaitoh
2007-08-06Add support for BCM5754 and BCM5755. From suggestions from Jonathanmarkd
2007-08-06Regen for BCM5755 and 5754.markd
2007-08-06Add BCM5755 and 5754 Gig-E PHYs.markd
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-09Fix wrong softc size (missed in the previous).tsutsui
2007-03-20Prepare sc_rtl8201l flag in softc and use it in rlphy_status() so thattsutsui
2007-03-19Prepare rlphy_reset() and set BMCR_AUTOEN in it.tsutsui
2007-03-13tabifymsaitoh
2007-03-10Commit from AsiaBSDCon 2007's placemsaitoh
2007-02-23fix some negotiation problems on wm(4).msaitoh
2007-02-17Regen.jmcneill
2007-02-17Add Marvell 88E6060 10/100 5-port PHY switchjmcneill
2007-02-17Enable mvphy(4)jmcneill
2007-02-17Add a default "dumb" mode, that adds all ports to the same interface.jmcneill
2006-12-25Spell "threshold" correctly. From Zafer Aydogan.wiz
2006-12-03- pull the following fix from FreeBSD's rgephy.c rev 1.14:tsutsui
2006-11-29Fix #ifdef/#endif comment mismatch.tsutsui
2006-11-29KNF, ANSIfy, unwrap lines.tsutsui