From f6e6f7f2fa06627e64f2d8ae45b037a4f7560044 Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Wed, 6 Jun 2007 07:07:23 +0000 Subject: [PATCH] Add support IC Plus IP101 10/100 PHY that is found on nVidia network adapters. Submitted by: Shigeaki Tagashira < shigeaki AT se DOT hiroshima-u DOT ac DOT jp > --- sys/dev/mii/rlphy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index d5fc94a1293..aa9ff764616 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -98,6 +98,7 @@ static const struct mii_phydesc rlintphys[] = { static const struct mii_phydesc rlphys[] = { MII_PHY_DESC(REALTEK, RTL8201L), + MII_PHY_DESC(ICPLUS, IP101), MII_PHY_END };