From owner-cvs-all@FreeBSD.ORG Tue May 13 08:11:12 2003 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 CE4D237B401; Tue, 13 May 2003 08:11:12 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F5343F75; Tue, 13 May 2003 08:11:11 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4DFBBkA025295; Tue, 13 May 2003 09:11:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 May 2003 09:10:23 -0600 (MDT) Message-Id: <20030513.091023.35039296.imp@bsdimp.com> To: des@ofug.org From: "M. Warner Losh" In-Reply-To: References: <20030513.083546.133906327.imp@bsdimp.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: joe@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 umass.4 src/sys/dev/usb umass.c usbdevs 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: Tue, 13 May 2003 15:11:13 -0000 In message: Dag-Erling Smorgrav writes: : "M. Warner Losh" writes: : > The makefiles for the modules still need to be included. : : No, the kernel and modules build fine with these two patches, there is : no need to change the module Makefiles (they already contain an : explicit dependency on opt_usb.h which triggers the dependency on : usbdevs.h in kmod.mk). But I much prefer the solution you posted on : -arch. In any case, this can (and should) wait until after 5.1. OK. I'll use your stuff and merge it into the bigger mii/pccard picture. I see why it works, but it is a little different than the foo_if.h stuff, which we have to list explicitly... Warner