From owner-freebsd-mobile Fri Jan 30 07:55:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20522 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 07:55:02 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20513 for ; Fri, 30 Jan 1998 07:55:00 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA18965; Fri, 30 Jan 1998 08:54:56 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA15596; Fri, 30 Jan 1998 08:54:53 -0700 Date: Fri, 30 Jan 1998 08:54:53 -0700 Message-Id: <199801301554.IAA15596@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Johan Allard Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: zp0 multicasting question In-Reply-To: <199801301337.OAA15669@mailhub.NetMan.SE> References: <199801291015.LAA07649@mailhub.NetMan.SE> <199801291547.IAA10801@mt.sri.com> <199801301337.OAA15669@mailhub.NetMan.SE> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > >> I am sitting here and experimenting with my laptop with an 3com 3c589D > >> card. It works fine with the zp driver from 2.2.5-RELEASE but it doesn't > >> have any MULTICAST option set in ifconfig. > > > >Nope, but if you used the PCCARD version it would have support. > > The problem here is that I have a Cirrus Logic GD6832 CardBus controller > and the release version doesnt support it out of the box. zp0 supports it and the regular PCCARD code doesn't? Weird.. I would have thought that if a controller looked enough like a PCCARD controller for the zp0 driver to work then it would also work with the GENERIC driver. Have you tested the release version? > >> After som testing i got everything configured and running. The only > >> problem I have now is that i get really, really bad performance on my > >> network card. During a regular tcpdump the kernel drops aprox 50% of > >> all packets. Does anyone have any idea? > > > >I'm not sure what if_ep.c driver PAO uses, but if it's the driver in > >-current that might signify a problem. It was recently 'simplified', > >but it turns out the simplification has caused some performance problems > >that others have noted. > > > If you think that moving to -current will solve my problems i would not > have any problems with that. Its just that i dont want to spend too much > time changing release version just to see that it doesnt work there either ;-( I don't think the driver in -current is much different, unfortunately. If you have access to the CVS tree, you might try using an older version of the driver to see if that makes any difference. Nate