From owner-svn-src-all@FreeBSD.ORG Sat Mar 17 22:53:17 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C466F1065675; Sat, 17 Mar 2012 22:53:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id BFB208FC12; Sat, 17 Mar 2012 22:53:16 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 77696416; Sat, 17 Mar 2012 23:48:07 +0100 From: Hans Petter Selasky To: Doug Barton Date: Sat, 17 Mar 2012 23:46:29 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201203171640.q2HGeGFf078705@svn.freebsd.org> <4F65127E.1090800@FreeBSD.org> In-Reply-To: <4F65127E.1090800@FreeBSD.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201203172346.30396.hselasky@c2i.net> Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r233090 - head/usr.sbin/moused 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: Sat, 17 Mar 2012 22:53:17 -0000 On Saturday 17 March 2012 23:38:54 Doug Barton wrote: > On 03/17/2012 09:40, Hans Petter Selasky wrote: > > Author: hselasky > > Date: Sat Mar 17 16:40:15 2012 > > New Revision: 233090 > > URL: http://svn.freebsd.org/changeset/base/233090 > > > > Log: > > The UMS module is now loaded by rules in /etc/devd/usb.conf which > > are executed by devd. Remove duplicate kldload. > Hi, > Are the calls you removed hurting anything? Use of devd is not mandatory. You get some warnings in the console from kldload that the module already exists, because moused is now racing with devd to load ums. --HPS