From owner-freebsd-stable@FreeBSD.ORG Thu Nov 8 15:38:48 2007 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 E150E16A41A for ; Thu, 8 Nov 2007 15:38:48 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id 9CF6013C48E for ; Thu, 8 Nov 2007 15:38:48 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from host-121.int.kcilink.com (host-121.int.kcilink.com [192.168.7.121]) by yertle.kcilink.com (Postfix) with ESMTP id ADF92C943A; Thu, 8 Nov 2007 10:29:36 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kcilink.com; s=kci0709; t=1194535776; bh=j0CYbTZ3pKxgdrRB2AAVwxMTrLksMTPZJCF4oI5 gelU=; h=Cc:Message-Id:From:To:In-Reply-To:Content-Type: Content-Transfer-Encoding:Mime-Version:Subject:Date:References: X-Mailer; b=jAh6Wpdqivsnvxw7YUkeGKljWsQ+FauJGNIUkhPtSeoxGGBSnS8qsn VIVvk60Hg/3Ytr+5vMsR4YhBSwK/4ZPjUd5Ofw0/joSrxdOpAaD70BrGcHFsFQ4LioJ R7YwPDJuHpXIkI+vYxTf7a3ehISqA5TqeM2ndB1fT4PpE15lFk= Message-Id: From: Vivek Khera To: Jack Vogel In-Reply-To: <2a41acea0711071617p1ec29072y76b6ce662961ab39@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Thu, 8 Nov 2007 10:29:36 -0500 References: <2a41acea0711071617p1ec29072y76b6ce662961ab39@mail.gmail.com> X-Mailer: Apple Mail (2.912) Cc: FreeBSD Current , FreeBSD Stable List Subject: Re: Bringing up new Intel non-legacy system 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, 08 Nov 2007 15:38:49 -0000 On Nov 7, 2007, at 7:17 PM, Jack Vogel wrote: > And, is the ACPI subsystem likely to be the source of the problem? I've had several systems in which I've needed to disable the ACPI timer component and then the system worked fine. in /boot/loader.conf: debug.acpi.disabled="timer" When installing, break to boot loader and type: set debug.acpi.disabled="timer" You can try the various acpi components to isolate which one is the culprit and leave the rest working.