From owner-cvs-sys Sun Oct 26 16:04:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA28916 for cvs-sys-outgoing; Sun, 26 Oct 1997 16:04:28 -0800 (PST) (envelope-from owner-cvs-sys) 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 QAA28776; Sun, 26 Oct 1997 16:02:36 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA03109; Sun, 26 Oct 1997 16:02:33 -0800 (PST) Date: Sun, 26 Oct 1997 16:02:33 -0800 (PST) Message-Id: <199710270002.QAA03109@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1997/10/26 16:02:33 PST Modified files: sys/i386/isa if_ep.c Log: Fix a comment about multicast; since the Etherlink III has no multicast filter the driver will never learn how to program it. Revision Changes Path 1.65 +7 -4 src/sys/i386/isa/if_ep.c