From owner-svn-src-all@FreeBSD.ORG Fri Jun 24 22:24:04 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A7CF106564A; Fri, 24 Jun 2011 22:24:04 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 54DD88FC0A; Fri, 24 Jun 2011 22:24:02 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=EIZfbDsN8gr1c4B7uGrP4foh/gtfZ6zZRee2cLtKwTU= c=1 sm=1 a=IhcFkomVjv8A:10 a=UfveDn5EhV4A:10 a=WQU8e4WWZSUA:10 a=N659UExz7-8A:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=6I5d2MoRAAAA:8 a=nU1rKr9x6RWyZzmRpIQA:9 a=pILNOxqGKmIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 145020702; Sat, 25 Jun 2011 00:24:01 +0200 From: Hans Petter Selasky To: "src-committers@freebsd.org" Date: Sat, 25 Jun 2011 00:22:23 +0200 User-Agent: KMail/1.13.5 (FreeBSD/9.0-CURRENT; KDE/4.4.5; amd64; ; ) References: <201106242127.p5OLRXZa070898@svn.freebsd.org> In-Reply-To: <201106242127.p5OLRXZa070898@svn.freebsd.org> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201106250022.23422.hselasky@c2i.net> Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" Subject: Re: svn commit: r223518 - head/tools/tools/bus_autoconf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 22:24:04 -0000 On Friday 24 June 2011 23:27:33 Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Jun 24 21:27:33 2011 > New Revision: 223518 > URL: http://svn.freebsd.org/changeset/base/223518 > > Log: > - We need to sort all USB device ID's together. Else the matching order > will be wrong. This is required because devd only executes one entry. > > MFC after: 14 days > > Modified: > head/tools/tools/bus_autoconf/bus_autoconf.c > head/tools/tools/bus_autoconf/bus_autoconf.h > head/tools/tools/bus_autoconf/bus_autoconf.sh NOTE: This tool only works correctly when the tool and kernel is built on a 64-bit host. This is due to a long in one of the structures. This will be fixed tomorrow. --HPS