svn commit: r211103 - head/sys/dev/mii

Pyun YongHyeon yongari at FreeBSD.org
Mon Aug 9 17:22:15 UTC 2010


Author: yongari
Date: Mon Aug  9 17:22:14 2010
New Revision: 211103
URL: http://svn.freebsd.org/changeset/base/211103

Log:
  Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernet
  controller.

Modified:
  head/sys/dev/mii/atphy.c
  head/sys/dev/mii/miidevs

Modified: head/sys/dev/mii/atphy.c
==============================================================================
--- head/sys/dev/mii/atphy.c	Mon Aug  9 14:48:31 2010	(r211102)
+++ head/sys/dev/mii/atphy.c	Mon Aug  9 17:22:14 2010	(r211103)
@@ -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: head/sys/dev/mii/miidevs
==============================================================================
--- head/sys/dev/mii/miidevs	Mon Aug  9 14:48:31 2010	(r211102)
+++ head/sys/dev/mii/miidevs	Mon Aug  9 17:22:14 2010	(r211103)
@@ -121,6 +121,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


More information about the svn-src-all mailing list