From owner-freebsd-amd64@FreeBSD.ORG Wed May 26 09:59:09 2010 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E35B1065670 for ; Wed, 26 May 2010 09:59:09 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 55F108FC12 for ; Wed, 26 May 2010 09:59:09 +0000 (UTC) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1OHDO0-000Gwn-Iz; Wed, 26 May 2010 10:58:52 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1OHDO0-0006wc-I6; Wed, 26 May 2010 10:58:52 +0100 Date: Wed, 26 May 2010 10:58:52 +0100 Message-Id: To: fbsdmail@dnswatch.com, freebsd-amd64@freebsd.org In-Reply-To: <0bb3000bdf423ee8f4fde8d10baa0fbb.dnswclient@www.dnswatch.com> From: Pete French Cc: Subject: Re: A couple of AMD kernel config questions X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 09:59:09 -0000 > As I understand it, this CPU is a K9, does the following line > from GENERIC still apply? > cpu HAMMER # aka K8, aka Opteron & Athlon64 ...this does sound like you are building a kernel by copying GENERIC and making changes. Instead of that I would suggest a small file with just the bits you want to modify, which then includes GENERIC. for example.... # Kernel for firewall - include Carp include GENERIC ident FIREWALL device carp That way you dont have to worry about the bolerplate from GENERIC -pete.