From owner-freebsd-stable@FreeBSD.ORG Mon Nov 24 05:33:05 2003 Return-Path: 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 E16F516A4CE for ; Mon, 24 Nov 2003 05:33:05 -0800 (PST) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146A843F93 for ; Mon, 24 Nov 2003 05:33:05 -0800 (PST) (envelope-from freebsd@soith.com) Received: from server1.messagingengine.com (server1.internal [10.202.2.132]) by mail.messagingengine.com (Postfix) with ESMTP id C85ED43F5CC; Mon, 24 Nov 2003 08:33:03 -0500 (EST) Received: by server1.messagingengine.com (Postfix, from userid 99) id 445DF428C4; Mon, 24 Nov 2003 08:33:03 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: "Scot W. Hetzel" , freebsd-stable@freebsd.org Date: Mon, 24 Nov 2003 05:33:03 -0800 X-Sasl-Enc: 9HGbjSeezwlbsfJRS1r8nA 1069680783 References: <000901c3b227$ebf73020$13fd2fd8@Admin02> In-Reply-To: <000901c3b227$ebf73020$13fd2fd8@Admin02> Message-Id: <20031124133303.445DF428C4@server1.messagingengine.com> Subject: Re: fxp0: device timeout on SMP Kernel (Nov 22nd sources) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:33:06 -0000 I used to get this with SMP and a usb disk connected (and/or other usb devices). I endedup compiling USB out of the kernel and now its happy. If it hangs later on in boot with USB compiled out then add: moused_enable="NO" to rc.conf. If there is a legacy USB setting in the bios you may need to change that as well to not do legacy mode.