From owner-freebsd-stable@FreeBSD.ORG Thu Nov 24 23:14:52 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950A616AA78 for ; Thu, 24 Nov 2005 23:14:47 +0000 (GMT) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com (wally.statscout.com [203.39.101.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4C045C5D for ; Thu, 24 Nov 2005 22:24:07 +0000 (GMT) (envelope-from paul.koch@statseeker.com) Received: from localhost (localhost [127.0.0.1]) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id jAOMO5Y5050604; Fri, 25 Nov 2005 08:24:05 +1000 (EST) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com ([127.0.0.1]) by localhost (wally.statseeker.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 50388-01; Fri, 25 Nov 2005 08:24:00 +1000 (EST) Received: from speedy (CPE-139-168-174-55.qld.bigpond.net.au [139.168.174.55]) (authenticated bits=0) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id jAOMNulK050594 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Fri, 25 Nov 2005 08:23:57 +1000 (EST) (envelope-from paul.koch@statseeker.com) From: Paul Koch Organization: Statseeker To: freebsd-stable@freebsd.org Date: Fri, 25 Nov 2005 08:22:00 +1000 User-Agent: KMail/1.8 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511250822.00875.paul.koch@statseeker.com> X-Virus-Scanned: amavisd-new at statseeker.com Cc: mackiev@yandex.ru, Pete French Subject: Re: 6.0 kernel will not boot past atkbd0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paul.koch@statseeker.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 23:14:52 -0000 On Fri, 25 Nov 2005 01:18 am, Pete French wrote: > > I have the same behavior on Compaq AP400 (2xPIII 700MHz). > > The problem disappeared when I disconnect the mouse. > > Ah! Now that is worth knowing - I didnt even think of trying that. > So does anyone know why the mouse being connected causes it to not > boot ? > > I can rebuild the kernel without the mouse driver, that might help... We have an array of new ASUS machine connected through a KVM. These machines panic when the kernel is probing for the mouse if ACPI is not loaded. If a mouse is not plugged in, no panic. If ACPI is loaded and the mouse is plugged in, it boots fine. Paul.