From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 01:03:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D33241065674 for ; Fri, 8 Oct 2010 01:03:44 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A532E8FC14 for ; Fri, 8 Oct 2010 01:03:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9813iwN060974 for ; Fri, 8 Oct 2010 01:03:44 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9813ibG060973 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 01:03:44 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010080103.o9813ibG060973@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Fri, 8 Oct 2010 01:03:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/wlan if_rum.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 01:03:44 -0000 emaste 2010-10-08 01:03:30 UTC FreeBSD src repository Modified files: sys/dev/usb/wlan if_rum.c Log: SVN rev 213537 on 2010-10-08 01:03:30Z by emaste In r207768 I silenced a console warning from rum(4). There was legitimate opposition to the change, since really we need to implement missing functionality in drivers or the 802.3 layer. For now, restore a reminder message for a missing rum_update_mcast, but print it only once. Revision Changes Path 1.35 +5 -1 src/sys/dev/usb/wlan/if_rum.c