From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 31 18:38:39 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA01816A4CE for ; Thu, 31 Mar 2005 18:38:39 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854F843D31 for ; Thu, 31 Mar 2005 18:38:39 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id j2VIcYT01628; Thu, 31 Mar 2005 10:38:34 -0800 (PST) Date: Thu, 31 Mar 2005 10:38:34 -0800 From: Mike Hunter To: ray@redshift.com Message-ID: <20050331183834.GA1119@ack.Berkeley.EDU> References: <3.0.1.32.20050331030434.00a8f798@pop.redshift.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3.0.1.32.20050331030434.00a8f798@pop.redshift.com> User-Agent: Mutt/1.5.6i cc: freebsd-amd64@freebsd.org Subject: Re: AMD64 kernel config file question X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 18:38:39 -0000 On Mar 31, "ray@redshift.com" wrote: > Hi, > > I'm setting up FreeBSD 5.3 for the first time on an Tyan dual opteron board. > I've done plenty of i386 installs, but this is the first on AMD. Anyway, I'm > stripping down the kernel for a re-compile and I was wondering if anyone either > had a sample config file they could send over and/or if someone could let me > know what they are running for these lines? > > For the CPU/machine stuff, does this look okay (i.e. is K8 the correct option > for the Opteron 246's?) > > machine amd64 > cpu K8 > ident AMD64 > > And for dual CPU's, I use this on i386 - is it the same for AMD? > > # To make an SMP kernel, the next two are needed > options SMP # Symmetric MultiProcessor Kernel > device apic # I/O APIC I wrote to the list a few months ago about apic: apic is implicit for the AMD64 arch. It was incorrectly carried over to the config and doc files from x86. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=125292+0+archive/2004/freebsd-amd64/20041212.freebsd-amd64 Mike