From owner-cvs-src@FreeBSD.ORG Tue Oct 5 21:57:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9AE16A4CF; Tue, 5 Oct 2004 21:57:51 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E605143D1D; Tue, 5 Oct 2004 21:57:50 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C275D6545E; Tue, 5 Oct 2004 22:57:48 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 84971-05-3; Tue, 5 Oct 2004 22:57:48 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E844465414; Tue, 5 Oct 2004 22:57:47 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 979CA63B3; Tue, 5 Oct 2004 14:57:40 -0700 (PDT) Date: Tue, 5 Oct 2004 14:57:40 -0700 From: Bruce M Simpson To: Brian Fundakowski Feldman Message-ID: <20041005215740.GA699@empiric.icir.org> Mail-Followup-To: Brian Fundakowski Feldman , Sam Leffler , Alfred Perlstein , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200410051948.i95JmXjG070368@repoman.freebsd.org> <20041005200115.GA47017@green.homeunix.org> <200410051419.47175.sam@errno.com> <200410051434.00233.sam@errno.com> <20041005214211.GD47017@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041005214211.GD47017@green.homeunix.org> cc: Sam Leffler cc: Alfred Perlstein cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/net route.h rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 21:57:51 -0000 On Tue, Oct 05, 2004 at 05:42:11PM -0400, Brian Fundakowski Feldman wrote: > Okay, I have the older net80211 alpha-snapshot you sent out, which I > tested, but found a bit broken in places, so if you send me the latest > I am pretty familiar with the wi(4) driver and will certainly help out. Are you still having the problems with multicast on pff(4) devices which we discussed on IRC the other week (i.e. not being able to receive link layer multicasts at all, with the possibility of hardware hangs) ? BMS