From owner-freebsd-current@FreeBSD.ORG Sun Jul 31 15:22:23 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23E9B1065674 for ; Sun, 31 Jul 2011 15:22:23 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5A5FB8FC12 for ; Sun, 31 Jul 2011 15:22:22 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA07919 for ; Sun, 31 Jul 2011 18:22:20 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QnXqO-000BBQ-BW for freebsd-current@FreeBSD.org; Sun, 31 Jul 2011 18:22:20 +0300 Message-ID: <4E35732A.8060807@FreeBSD.org> Date: Sun, 31 Jul 2011 18:22:18 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110706 Thunderbird/5.0 MIME-Version: 1.0 To: FreeBSD-Current X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: print_INTEL_info/print_INTEL_TLB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 15:22:23 -0000 Just an observation: - print_INTEL_info and print_INTEL_TLB are missing from amd64 identcpu.c - print_INTEL_TLB doesn't cover all the codes defined by Intel specs - not sure; perhaps print_INTEL_info should use deterministic cache parameters as provided by CPUID 0x4 for a more complete coverage... -- Andriy Gapon