From owner-cvs-all Mon Jun 18 11:49:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A522A37B401; Mon, 18 Jun 2001 11:49:14 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IInEX01364; Mon, 18 Jun 2001 11:49:14 -0700 (PDT) (envelope-from wpaul) Message-Id: <200106181849.f5IInEX01364@freefall.freebsd.org> From: Bill Paul Date: Mon, 18 Jun 2001 11:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/mii Makefile src/sys/conf files src/sys/dev/mii nsgphy.c nsgphyreg.h miidevs xmphy.c xmphyreg.h X-FreeBSD-CVS-Branch: RELENG_4 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 wpaul 2001/06/18 11:49:14 PDT Modified files: (Branch: RELENG_4) sys/modules/mii Makefile sys/conf files sys/dev/mii miidevs xmphy.c xmphyreg.h Added files: (Branch: RELENG_4) sys/dev/mii nsgphy.c nsgphyreg.h Log: MFC the necessary PHY support for the if_nge and if_lge drivers. This includes: - modifications to the xmphy driver to recognize the internal PCS PHY on the Level 1 LXT1001 chip. - addition of the natsemi DP83861 nsgphy driver for cards which use the natsemi DP83820 MAC. - addition of new ID info to miidevs Revision Changes Path 1.11.2.6 +2 -2 src/sys/modules/mii/Makefile 1.340.2.60 +2 -1 src/sys/conf/files 1.4.2.6 +11 -1 src/sys/dev/mii/miidevs 1.1.2.3 +20 -11 src/sys/dev/mii/xmphy.c 1.1.2.2 +2 -1 src/sys/dev/mii/xmphyreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message