From owner-cvs-all@FreeBSD.ORG Sun Oct 24 21:00:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED2C16A4CE; Sun, 24 Oct 2004 21:00:13 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FD943D48; Sun, 24 Oct 2004 20:57:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9OKuTa0021838; Sun, 24 Oct 2004 14:56:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 24 Oct 2004 14:56:54 -0600 (MDT) Message-Id: <20041024.145654.79448543.imp@bsdimp.com> To: ru@freebsd.org From: "M. Warner Losh" In-Reply-To: <20041024154540.GA97337@ip.net.ua> References: <200410240826.i9O8QmE7073501@repoman.freebsd.org> <20041024.092217.44277674.imp@bsdimp.com> <20041024154540.GA97337@ip.net.ua> X-Mailer: Mew version 3.3 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/conf files kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 21:00:14 -0000 In message: <20041024154540.GA97337@ip.net.ua> Ruslan Ermilov writes: : We have USBVERBOSE defined in usb_port.h, and usb_subr.c includes : usbdevs_data.h in this case, but you removed usbdevs_data.h: Yes. I'd intended to break USBVERBOSE because it is of little value. I'll try harder now to actually break it :-). usbdevs_data.h is only used there, but we're moving away from having id<->name references compiled into the kernel just for the sake of compiling them in (as opposed to having drivers that match on them). Warner