From owner-freebsd-usb@FreeBSD.ORG Sat Sep 15 12:58:16 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71CA3106566B for ; Sat, 15 Sep 2012 12:58:16 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id BDE418FC0A for ; Sat, 15 Sep 2012 12:58:15 +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 laptop015.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 320999981; Sat, 15 Sep 2012 14:53:08 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 15 Sep 2012 14:54:19 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: 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="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209151454.19511.hselasky@c2i.net> Cc: Subject: Re: hselasky@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 12:58:16 -0000 On Saturday 15 September 2012 04:59:29 Brandon Gooch wrote: > I'm running 10-CURRENT amd64 on a Dell M6500. > > I ran into a strange issue when running `sysctl -a` in which my system > would "freeze" -- the only interaction with the system which was > registered was a press of the power button (which wouldn't actually > initialize a shutdown). This is a big problem when > /etc/rc.d/initrandom calls `sysctl -a` during system startup... > > I traced this behavior back to commit r240281 which added support for > USB Dual Mode Drivers: > > http://svnweb.freebsd.org/base/head/sys/dev/usb/controller/usb_controller.c > ?r1=240281&r2=240280&pathrev=240281 > > At r240280, my system boots fine and I can run `sysctl -a` at will > with no bad behavior. > > I haven't dug deeply into this issue, so this e-mail is more of a > heads-up report in case anyone else runs into this issue. I'll add > more debugging in my kernel config and capture the information from > dmesg and others before and after the r240281 commit. > > Of course, any hints are appreciated as I delve into this. > > -Brandon I will try to reproduce next week. --HPS