From owner-cvs-src@FreeBSD.ORG Fri Nov 14 08:09:27 2003 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 C916516A4CE; Fri, 14 Nov 2003 08:09:27 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A165143F85; Fri, 14 Nov 2003 08:09:26 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAEG9PeG094075; Fri, 14 Nov 2003 09:09:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 14 Nov 2003 09:09:09 -0700 (MST) Message-Id: <20031114.090909.87718545.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20031114155756.GA62163@dragon.nuxi.com> References: <200311140602.hAE62ql3096824@repoman.freebsd.org> <20031114155756.GA62163@dragon.nuxi.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb if_cue.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: Fri, 14 Nov 2003 16:09:27 -0000 In message: <20031114155756.GA62163@dragon.nuxi.com> "David O'Brien" writes: : On Thu, Nov 13, 2003 at 10:02:52PM -0800, Warner Losh wrote: : > imp 2003/11/13 22:02:52 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/usb if_cue.c : > Log: : > Despam the const poisoning : > Despam the u_->u change : : Do you think you could do this for all the drivers that have this type of : routine so things would remain consistent?? Sure. I'd be happy to. Maybe put this routine into if_ether (or wherever we're hiding the ethernet code these days). Warner