From owner-cvs-all Wed Jan 19 11: 3:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DD2115211; Wed, 19 Jan 2000 11:03:10 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19804; Wed, 19 Jan 2000 11:03:09 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200001191903.LAA19804@freefall.freebsd.org> From: Bill Paul Date: Wed, 19 Jan 2000 11:03:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 2000/01/19 11:03:09 PST Modified files: sys/pci if_dc.c if_dcreg.h Log: Add support for the Davicom DM9102A 10/100 ethernet controller chip. This is just to make sure we initialize the chip correctly: we need to make the sure the port select bit in CSR6 is set properly so that we use the internal PHY for 10/100 support. (The eval boards I have also include an external HomePNA PHY, but I need to play with that more before I can support it.) Revision Changes Path 1.6 +18 -7 src/sys/pci/if_dc.c 1.3 +8 -1 src/sys/pci/if_dcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message