From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 26 17:04:09 2005 Return-Path: X-Original-To: freebsd-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 4BFB216A41F for ; Fri, 26 Aug 2005 17:04:09 +0000 (GMT) (envelope-from freebsd@deadcafe.de) Received: from deadcafe.de (deadcafe.de [81.169.162.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F38643D6B for ; Fri, 26 Aug 2005 17:03:59 +0000 (GMT) (envelope-from freebsd@deadcafe.de) Received: from dialin.t-online.de (p54A5DBBF.dip.t-dialin.net [84.165.219.191]) by deadcafe.de (8.13.4/8.13.4/Rock) with ESMTP id j7QH3sp1030092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Aug 2005 19:03:57 +0200 (CEST) Received: from [172.23.7.254] (doom.rock.net [172.23.7.254]) by dialin.t-online.de (8.13.4/8.13.4/Rock) with ESMTP id j7QH3dlU033925; Fri, 26 Aug 2005 19:03:39 +0200 (CEST) Message-ID: <430F4B7E.8040404@deadcafe.de> Date: Fri, 26 Aug 2005 19:03:58 +0200 From: Daniel Rock User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Simon Dick References: <2355215605081907095a2dd533@mail.gmail.com> <4305E8C3.1090004@t-hosting.hu> <2355215605081908017bd3070e@mail.gmail.com> <23552156050819231564e10d36@mail.gmail.com> <2355215605082300578993f82@mail.gmail.com> In-Reply-To: <2355215605082300578993f82@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.3 required=5.5 tests=FORGED_RCVD_HELO, UPPERCASE_25_50 autolearn=disabled version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on deadcafe.de Cc: freebsd-amd64@freebsd.org Subject: Re: amd64 Sempron compatibility 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: Fri, 26 Aug 2005 17:04:09 -0000 Simon Dick schrieb: > CPU: AMD Hammer Family processor - Model Unknown (1603.65-MHz K8-class CPU) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = 2 > Features=0x78bfbff > Features2=0x1 > AMD Features=0xe2500800,LM,3DNow+,3DNow> This string is programmed in the BIOS and just read back by FreeBSD via cpuid. So to have the brand name replaced with the right string, you'll need a BIOS update. Daniel