From owner-cvs-all@FreeBSD.ORG Tue Apr 8 00:10:38 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 4B67037B401; Tue, 8 Apr 2003 00:10:38 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F6443F75; Tue, 8 Apr 2003 00:10:37 -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 h3879bA7098771; Tue, 8 Apr 2003 01:09:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 08 Apr 2003 01:08:09 -0600 (MDT) Message-Id: <20030408.010809.56566565.imp@bsdimp.com> To: murray@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20030407112355.N43794@freebsdmall.com> References: <20030407112355.N43794@freebsdmall.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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: des@ofug.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/dev/usb if_kue.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, 08 Apr 2003 07:10:39 -0000 In message: <20030407112355.N43794@freebsdmall.com> Murray Stokely writes: : On Mon, Apr 07, 2003 at 09:33:00AM -0700, Nate Lawson wrote: : > You have to update sys/dev/usb/usbdevs and then run make -f Makefile.usb, : > then commit the changed usbdevs and *.h : : Sorry for the oversight. Looks like Warner fixed it for me. Yes. I saw 10 people complain and tell what the right answer was, but nobody had gone ahead and then done it, so I just did it, after a quick test compile... Warner