From owner-freebsd-embedded@FreeBSD.ORG Sat Mar 1 22:27:14 2008 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 184E31065672 for ; Sat, 1 Mar 2008 22:27:14 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id DF70A8FC1E for ; Sat, 1 Mar 2008 22:27:13 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: (qmail 11218 invoked from network); 1 Mar 2008 22:27:13 -0000 Received: from marconi.jellydonut.org (HELO localhost) ([216.27.165.148]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Mar 2008 22:27:13 -0000 Received: from plato.localnet (192.168.0.11) by marconi.localnet Message-ID: <47C9D836.7060609@jellydonut.org> Date: Sat, 01 Mar 2008 17:27:02 -0500 From: Michael Proto User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: John Baldwin References: <47B50E1B.4000102@denninger.net> <47B8D60A.70000@jellydonut.org> <200802251743.06886.jhb@freebsd.org> In-Reply-To: <200802251743.06886.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-embedded@freebsd.org Subject: Re: VIA EDEN board-based unit X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 22:27:14 -0000 John Baldwin wrote: >> Completely unrelated, but may save you a search later on. Your VIA C7's >> CPU ID is identical to mine (0x6d0), which the 6 and 7-series kernels >> don't detect as such (evident by the "VIA/IDT Unknown" CPU in your >> dmesg). If you want to use the padlock crypto features of the CPU you >> will need to patch the initcpu.c and identcpu.c files in /sys/i386/i386 >> and build a new kernel. The patch below works under 6.3-RELEASE > > Committed a variation (called it C7 Eden) to HEAD and will MFC in a few days. > Thank you!! This will save me from having to patch my source tree every time I refresh! -Proto