Date: Mon, 30 Aug 2010 21:11:45 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r212019 - stable/8/sys/dev/mii Message-ID: <201008302111.o7ULBj38007451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yongari Date: Mon Aug 30 21:11:45 2010 New Revision: 212019 URL: http://svn.freebsd.org/changeset/base/212019 Log: MFC r211103: Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernet controller. Modified: stable/8/sys/dev/mii/atphy.c stable/8/sys/dev/mii/miidevs Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/dev/mii/atphy.c ============================================================================== --- stable/8/sys/dev/mii/atphy.c Mon Aug 30 21:09:37 2010 (r212018) +++ stable/8/sys/dev/mii/atphy.c Mon Aug 30 21:11:45 2010 (r212019) @@ -86,6 +86,7 @@ static int atphy_auto(struct mii_softc * static const struct mii_phydesc atphys[] = { MII_PHY_DESC(ATHEROS, F1), + MII_PHY_DESC(ATHEROS, F1_7), MII_PHY_DESC(ATHEROS, F2), MII_PHY_END }; Modified: stable/8/sys/dev/mii/miidevs ============================================================================== --- stable/8/sys/dev/mii/miidevs Mon Aug 30 21:09:37 2010 (r212018) +++ stable/8/sys/dev/mii/miidevs Mon Aug 30 21:11:45 2010 (r212019) @@ -128,6 +128,7 @@ model ASIX AX88X9X 0x0031 Ax88x9x inter /* Atheros Communications/Attansic PHYs. */ model ATHEROS F1 0x0001 Atheros F1 10/100/1000 PHY model ATHEROS F2 0x0002 Atheros F2 10/100 PHY +model ATHEROS F1_7 0x0007 Atheros F1 10/100/1000 PHY /* Broadcom Corp. PHYs. */ model BROADCOM 3C905B 0x0012 3c905B 10/100 internal PHY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008302111.o7ULBj38007451>