summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/atphy.c
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-10-03 10:31:31 +0000
committerstas <stas@FreeBSD.org>2008-10-03 10:31:31 +0000
commit2a2b3ea928dcfecaf36282df4e8865c7ae7e9ad6 (patch)
tree700c7aaa1054ef1d90ce3a650410f9bafcf0a371 /sys/dev/mii/atphy.c
parent536acf3aa26c14aee09495c955819e4fbdb1066f (diff)
downloadFreeBSD-src-2a2b3ea928dcfecaf36282df4e8865c7ae7e9ad6.zip
FreeBSD-src-2a2b3ea928dcfecaf36282df4e8865c7ae7e9ad6.tar.gz
- Add driver for Attansic L2 FastEthernet controller found on
Asus EeePC and some Asus mainboards. Reviewed by: yongari, rpaulo, jhb Tested by: many Approved by: kib (mentor) MFC after: 1 week
Diffstat (limited to 'sys/dev/mii/atphy.c')
-rw-r--r--sys/dev/mii/atphy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mii/atphy.c b/sys/dev/mii/atphy.c
index fffbb0e..c491e09 100644
--- a/sys/dev/mii/atphy.c
+++ b/sys/dev/mii/atphy.c
@@ -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, F2),
MII_PHY_END
};
OpenPOWER on IntegriCloud