From owner-freebsd-current@FreeBSD.ORG Sun Jun 10 23:43:58 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 B81CF16A469 for ; Sun, 10 Jun 2007 23:43:58 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 95B6F13C44B for ; Sun, 10 Jun 2007 23:43:58 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l5ANhvkK005872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 10 Jun 2007 16:43:58 -0700 X-Auth-Received: from [192.168.10.7] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l5ANhvff012940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 10 Jun 2007 16:43:57 -0700 Message-ID: <466C8CBC.7030903@u.washington.edu> Date: Sun, 10 Jun 2007 16:43:56 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Greg Rivers References: <20070610122840.T71148@nc8000.tharned.org> In-Reply-To: <20070610122840.T71148@nc8000.tharned.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.6.10.162534 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-current@freebsd.org, Chris Lee 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 23:43:58 -0000 Greg Rivers wrote: > 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". > Not necessary. Look at the GENERIC config under the amd64/conf dir. -Garrett