From owner-freebsd-current Wed Jul 26 10:23:44 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id KAA29431 for current-outgoing; Wed, 26 Jul 1995 10:23:44 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id KAA29425 for ; Wed, 26 Jul 1995 10:23:43 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14645(2)>; Wed, 26 Jul 1995 10:22:55 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177475>; Wed, 26 Jul 1995 10:22:39 -0700 To: "Serge A. Babkin" cc: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes), current@freebsd.org Subject: Re: ep driver In-reply-to: Your message of "Wed, 26 Jul 95 01:32:37 PDT." <199507260832.OAA06959@hq.icb.chel.su> Date: Wed, 26 Jul 1995 10:22:28 PDT From: Bill Fenner Message-Id: <95Jul26.102239pdt.177475@crevenia.parc.xerox.com> Sender: current-owner@freebsd.org Precedence: bulk In message <199507260832.OAA06959@hq.icb.chel.su> you write: >- has multicast support If nobody is going to figure out how to program the multicast filters, then this diff might as well be something like >! case SIOCADDMULTI: >! case SIOCDELMULTI: >! error=0; >! break; and you can save the overhead of calling epinit(). Bill