summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2009-04-07Detach brgphy(4) at shutdown.dyoung
2009-04-07In mii_phy_detach(), destroy the NWay callout.dyoung
2009-04-02During shutdown, detach devices in an orderly fashion.dyoung
2009-03-27use auto-negotiation for manual media type selection.cegger
2009-03-25regen.cegger
2009-03-25add some CICADA PHYs. from FreeBSD.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-16fix media priorities:cegger
2009-02-12pretty print atphy's supported medias in dmesg.cegger
2009-02-11revert changes in rgephy_reset() done in rev. 1.25.cegger
2009-02-11Attach atphy(4) on ATTANSIC oui.cegger
2009-02-11regen.cegger
2009-02-11add ATTANSIC and their L1/L2 PHYscegger
2009-01-31Fix typo in comment (OUT -> OUI).hira
2009-01-21add a comment explaining how to regenerate miidevs.h and miidevs_data.hjnemeth
2009-01-18The PCI revision numbers are unique to a PCI vendor/productmrg
2009-01-18Enable flow control and poll the status appropriately.mrg
2009-01-16add RCSIDcegger
2009-01-16Driver for Attansic Technology F1 10/100/1000 Ethernet PHY.cegger
2009-01-16Use mii_anar(). No functional change.cegger
2009-01-16add mii_anar(). From OpenBSD.cegger
2009-01-16regencegger
2009-01-16add ATHEROS F1 and F2 PHYscegger
2009-01-14pull in changes from FreeBSD:cegger
2009-01-09add flow control support. From OpenBSD.cegger
2009-01-09add support for RTL8211C(L) phy.cegger
2008-12-27Regen from miidevs rev 1.80:tsutsui
2008-12-27Fix a botched comment.tsutsui
2008-12-27regen for et (Agere) driverjnemeth
2008-12-27PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) netowrk driverjnemeth
2008-12-03Add RCS Id.tsutsui
2008-11-25u_int32_t -> uint32_tmatt
2008-11-17Reduce code duplication: most PHY drivers call mii_phy_add_media()dyoung
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-09-28Regen: Add JMicron OUI, and JMC2[56]0 PHYs.bouyer
2008-09-28Add JMicron OUI, and JMC2[56]0 PHYs.bouyer
2008-08-25regen. for PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoffcegger
2008-08-25PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoffcegger
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