From owner-freebsd-current@FreeBSD.ORG Sun Jun 10 18:25:03 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3A2E16A41F for ; Sun, 10 Jun 2007 18:25:03 +0000 (UTC) (envelope-from gcr+freebsd-current@tharned.org) Received: from xm16.infosec.fedex.com (xm16.infosec.fedex.com [199.81.195.42]) by mx1.freebsd.org (Postfix) with ESMTP id BE3B313C48C for ; Sun, 10 Jun 2007 18:25:03 +0000 (UTC) (envelope-from gcr+freebsd-current@tharned.org) X-AuditID: c75144ef-afa09bb000002de1-cb-466c35830412 Received: from inet03.prod.fedex.com (inet03.prod.fedex.com [199.81.10.43]) by xm16.infosec.fedex.com (FedEx MX) with ESMTP id 9C7004E4002 for ; Sun, 10 Jun 2007 12:31:47 -0500 (CDT) Received: from nc8000.tharned.org (son-of-w10.sac.fedex.com [146.18.39.135]) by inet03.prod.fedex.com (8.12.11/8.12.11) with ESMTP id l5AHVf93021800 for ; Sun, 10 Jun 2007 12:31:47 -0500 (CDT) Received: from nc8000.tharned.org (gcr@localhost [127.0.0.1]) by nc8000.tharned.org (8.14.1/8.14.1) with ESMTP id l5AHVdkL071160; Sun, 10 Jun 2007 12:31:39 -0500 (CDT) (envelope-from gcr+freebsd-current@tharned.org) Received: from localhost (gcr@localhost) by nc8000.tharned.org (8.14.1/8.14.1/Submit) with ESMTP id l5AHVdqt071157; Sun, 10 Jun 2007 12:31:39 -0500 (CDT) (envelope-from gcr+freebsd-current@tharned.org) Date: Sun, 10 Jun 2007 12:31:39 -0500 (CDT) From: Greg Rivers Sender: gcr@fedex.com To: Chris Lee In-Reply-To: Message-ID: <20070610122840.T71148@nc8000.tharned.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Brightmail-Tracker: AAAAAA== Cc: freebsd-current@freebsd.org Subject: Re: AMD64 panic on boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 18:25:04 -0000 On Sun, 10 Jun 2007, Chris Lee wrote: > I built a custom kernel and it says that it can't map interrupts for > certain devices (like my ATA controller), which prevents it from being > able to find my disks and mount my root fs. > > I *think* my kernel configuration is fairly standard. It's available > at http://c133.org/freebsd-7.conf if anybody would mind taking a look > and offering some pointers. I cvsup'd yesterday around midnight, and > my hardware is a pretty standard nforce4 mobo with a dual-core Opteron > for the main CPU. > Your config lacks a "machine" directive. I think you want "machine amd64" above "cpu HAMMER". -- Greg Rivers