From owner-cvs-sys Tue Sep 30 05:49:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23510 for cvs-sys-outgoing; Tue, 30 Sep 1997 05:49:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA23459; Tue, 30 Sep 1997 05:49:02 -0700 (PDT) From: David Greenman Received: (from davidg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA12901; Tue, 30 Sep 1997 05:43:33 -0700 (PDT) Date: Tue, 30 Sep 1997 05:43:33 -0700 (PDT) Message-Id: <199709301243.FAA12901@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/09/30 05:43:33 PDT Modified files: (Branch: RELENG_2_2) sys/pci if_fxp.c if_fxpreg.h Log: Back-ported the driver from -current (through rev 1.42). This is only slightly changed from what is in -current, with the differences being: 1) Multicast support had to be changed to work with the old software method for going through the list of multicast addresses. 2) The timeout()/untimeout() calls had to be reverted. Revision Changes Path 1.21.2.10 +865 -385 src/sys/pci/if_fxp.c 1.3.2.5 +53 -20 src/sys/pci/if_fxpreg.h