From owner-cvs-all Wed Aug 7 15:18:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416D937B400; Wed, 7 Aug 2002 15:18:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C451E43E6E; Wed, 7 Aug 2002 15:18:33 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77MIXJU082327; Wed, 7 Aug 2002 15:18:33 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77MIXPA082326; Wed, 7 Aug 2002 15:18:33 -0700 (PDT) Message-Id: <200208072218.g77MIXPA082326@freefall.freebsd.org> From: Doug Ambrisko Date: Wed, 7 Aug 2002 15:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii mii.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/08/07 15:18:33 PDT Modified files: sys/dev/mii mii.c Log: Only attach one PHY device to a controller. NetBSD has similar code. The D-Link DFE-580 card will otherwise show 2 miibuses for each controller and therefore 2 ukphy's. Sponsored by: Vernier Networks MFC after: 1 week Revision Changes Path 1.13 +5 -2 src/sys/dev/mii/mii.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message