From owner-freebsd-stable@FreeBSD.ORG Thu Feb 11 06:45:11 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4544F106566C for ; Thu, 11 Feb 2010 06:45:11 +0000 (UTC) (envelope-from rgrover1@gmail.com) Received: from mail-pz0-f179.google.com (mail-pz0-f179.google.com [209.85.222.179]) by mx1.freebsd.org (Postfix) with ESMTP id 16F138FC17 for ; Thu, 11 Feb 2010 06:45:11 +0000 (UTC) Received: by pzk9 with SMTP id 9so1113570pzk.28 for ; Wed, 10 Feb 2010 22:45:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Ueqi8HEnZFtXXkbCIXwRjVOjXUoPU5imWUq0a6kwNPU=; b=Vxtx9/yswBHk30tkUkXHDqC5edDZAsyRP/gtVmZDsWks693jqCN7GzObtkVmhanM3R ZQJZrnfGtZiYUVS5zZmJ3VJKtPBXM45enyR1I4SGz1j7tfhQoOY9kwIn/Rg75bijFfik rx8tKpQUFv3AiIs2sdsrlRyRUsBQbQukZ79T0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=q+vJVNwrreyM3ne0UH+wMBQIbb+1h11slvd46GNmdjpXqpF541a9eqUDRRv/EoxFpK F/S912V3l4edh2hgfiNdxCmhRBsLRhsaMtEmHhMPshWUv0mpUk1LVqLc6m/K0nW3blXo 9Qm8vvap9fGrvQHQbCmHG1VIsW5CE3xDHavJs= MIME-Version: 1.0 Received: by 10.141.90.20 with SMTP id s20mr903430rvl.80.1265870710498; Wed, 10 Feb 2010 22:45:10 -0800 (PST) In-Reply-To: <4B72D7DA.3050305@icyb.net.ua> References: <426bed111002080049u16354c87pd4fb8830e0542972@mail.gmail.com> <20100208114734.GA99245@icarus.home.lan> <426bed111002091752g1cf96cd0qf7be5098ab5c9742@mail.gmail.com> <426bed111002100335x538a14bbo38f511566fe05fb2@mail.gmail.com> <4B72D7DA.3050305@icyb.net.ua> Date: Thu, 11 Feb 2010 12:15:10 +0530 Message-ID: <426bed111002102245ga1c1fdbu26a6772e25451875@mail.gmail.com> From: Rohit Grover To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, utisoft@gmail.com, Jeremy Chadwick Subject: Re: Unresponsive keyboard after a few boots X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 06:45:11 -0000 I added hw.pci.usb_early_takeover="0" to /boot/loader.conf, but it hasn't made any reliable difference. I am not resorting to a binary search of revisions along stable/8.0 to find the culprit, but this is going to be a very slow and wasteful process--it takes me multiple boots (first into MacOSx and then repeatedly into FreeBSD) before I can move from one kernel to another. Any ideas to short-circuit the binary search would be greatly appreciated. Thanks. On Wed, Feb 10, 2010 at 9:29 PM, Andriy Gapon wrote: > on 10/02/2010 13:35 Rohit Grover said the following: >> Thanks for replying. I would like to pursue this problem. I have >> verified that this problem doesn't happen with 8.0/RELEASE, and there >> are some improvements in 8.0/STABLE which I need, so it is very >> important for me to be able to use the latest 8.0/STABLE. > > Could you please try hw.pci.usb_early_takeover="0" in loader.conf? > > -- > Andriy Gapon >