From owner-svn-src-all@FreeBSD.ORG Tue May 11 09:12:42 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 791F41065677; Tue, 11 May 2010 09:12:42 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 34DF88FC1A; Tue, 11 May 2010 09:12:41 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id E5EE911B8A3; Tue, 11 May 2010 04:12:40 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id FRBYZ07UMEK5; Tue, 11 May 2010 04:12:40 -0500 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <201005081156.o48Bu0ma006645@svn.freebsd.org> Date: Tue, 11 May 2010 10:12:37 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <615D8823-C354-4CC7-8CC1-75BCD1791EC2@FreeBSD.org> References: <201005081156.o48Bu0ma006645@svn.freebsd.org> To: Ed Maste X-Mailer: Apple Mail (2.1078) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r207768 - head/sys/dev/usb/wlan X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2010 09:12:42 -0000 On 8 May 2010, at 12:56, Ed Maste wrote: > Author: emaste > Date: Sat May 8 11:56:00 2010 > New Revision: 207768 > URL: http://svn.freebsd.org/changeset/base/207768 >=20 > Log: > Add dummy function for ic_update_mcast (a la if_urtw) to avoid = console > spam. I don't agree with this. I think these dummy functions should be removed = in all drivers and if the console spam is annoying it should be limited = to one message per interface. Regards, -- Rui Paulo