From owner-freebsd-amd64@FreeBSD.ORG Wed Oct 19 21:28:56 2005 Return-Path: X-Original-To: amd64@freebsd.org 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 7B29D16A41F for ; Wed, 19 Oct 2005 21:28:56 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DDA43D5A for ; Wed, 19 Oct 2005 21:28:56 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id CA9F4F23C5 for ; Wed, 19 Oct 2005 14:28:55 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00810-05 for ; Wed, 19 Oct 2005 14:28:55 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 6D377F22D9 for ; Wed, 19 Oct 2005 14:28:55 -0700 (PDT) From: Sean McNeil To: amd64@freebsd.org Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Wed, 19 Oct 2005 14:28:55 -0700 Message-Id: <1129757335.68512.5.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: [PATCH] remove 'device atpic' X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 21:28:56 -0000 Just recently fried my MSI MB and got a new one with an Athlon 64x2. The following setup still requires the 'device atpic' or it will fault with an unknown/reserved trap of 30: GigaByte K8 Triton Series GA-K8NSC-939 BIOS rev. F5 AMD Athlon 64 X2 Dual-Core Processor 3800+ It works perfectly fine as a single core without the atpic device and as a dual-cpu with the atpic device. This board has the nForce3 250Gb chipset. Cheers, Sean