From owner-cvs-all Sat Jul 15 10:54:35 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 AA5E137BA7F; Sat, 15 Jul 2000 10:54:33 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67245; Sat, 15 Jul 2000 10:54:33 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007151754.KAA67245@freefall.freebsd.org> From: Bill Paul Date: Sat, 15 Jul 2000 10:54:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/15 10:54:33 PDT Modified files: sys/pci if_dc.c if_dcreg.h Log: Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips, which differ slightly from the Macronix MX98715AEC chip on the sample adapter that I have in that the multicast hash table is only 128 bits wide instead of 512. New adapters are popping up with this chip, and due to improper handling of the smaller hash table, broadcast packets were not being received correctly. Revision Changes Path 1.17 +32 -9 src/sys/pci/if_dc.c 1.7 +4 -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