From owner-cvs-sys Fri Jun 13 15:37:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA25046 for cvs-sys-outgoing; Fri, 13 Jun 1997 15:37:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA24897; Fri, 13 Jun 1997 15:35:18 -0700 (PDT) From: David Greenman Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA22444; Fri, 13 Jun 1997 15:34:53 -0700 (PDT) Date: Fri, 13 Jun 1997 15:34:53 -0700 (PDT) Message-Id: <199706132234.PAA22444@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 1997/06/13 15:34:53 PDT Modified files: sys/pci if_fxp.c if_fxpreg.h Log: Added support for the Intel 82555 PHY chip which is being used on newer Pro/100B cards. Full duplex should work now, although it hasn't been tested. Revision Changes Path 1.35 +18 -14 src/sys/pci/if_fxp.c 1.9 +7 -6 src/sys/pci/if_fxpreg.h