Date: Fri, 26 Oct 2012 09:48:37 -0400 From: Nikolai Lifanov <lifanov@mail.lifanov.com> To: Hans Petter Selasky <hselasky@c2i.net> Cc: Garrett Cooper <yanegomi@gmail.com>, freebsd-current@freebsd.org Subject: Re: ums stopped autoloading between 242082 and 242090 Message-ID: <508A94B5.8010101@mail.lifanov.com> In-Reply-To: <201210260843.27831.hselasky@c2i.net> References: <5089B4D9.9070601@mail.lifanov.com> <5089BE49.6090804@mail.lifanov.com> <CAGH67wRcvH6=YYG_cX6U8FWsV2OnAfZYE-OZeawuEZWv-8g87g@mail.gmail.com> <201210260843.27831.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/26/2012 02:43 AM, Hans Petter Selasky wrote: > On Friday 26 October 2012 00:40:42 Garrett Cooper wrote: >> On Thu, Oct 25, 2012 at 3:33 PM, Nikolai Lifanov >> <lifanov@mail.lifanov.com> wrote: >> >> ... >> >>> HEAD, sorry >> >> No worries. Nothing coming to mind in the svn commits immediately, so >> it might be a complex interaction issue. I would see if you could >> individually roll back commits until you find the problem child. >> >> It could also be accidental fallout from the recent ACPI update... > > Hi, > > ums.ko is now loaded by devd and /etc/devd/usb.conf. > > devd must be enabled in rc.conf. > > Before ums was loaded by moused itself. > > Also see new rules in /etc/devd.conf: > > notify 100 { > match "system" "DEVFS"; > match "subsystem" "CDEV"; > match "type" "CREATE"; > match "cdev" "ums[0-9]+"; > > action "/etc/rc.d/moused quietstart $cdev"; > }; > > notify 100 { > match "system" "DEVFS"; > match "subsystem" "CDEV"; > match "type" "DESTROY"; > match "cdev" "ums[0-9]+"; > > action "/etc/rc.d/moused stop $cdev"; > }; > > Maybe mergemaster was not properly done? > > --HPS > You are right, actually. I was missing these lines. I don't know what happened to mergemaster, but doing a strict comparison instead of going by VCS id fixed it. - Nikolai Lifanov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?508A94B5.8010101>