From owner-freebsd-i386@FreeBSD.ORG Fri Sep 2 19:20:15 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F2316A41F for ; Fri, 2 Sep 2005 19:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B800743D46 for ; Fri, 2 Sep 2005 19:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j82JKFEK067962 for ; Fri, 2 Sep 2005 19:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j82JKFHk067961; Fri, 2 Sep 2005 19:20:15 GMT (envelope-from gnats) Date: Fri, 2 Sep 2005 19:20:15 GMT Message-Id: <200509021920.j82JKFHk067961@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: i386/85656: [Fwd: [patch] expose more i386 specific CPU information] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 19:20:16 -0000 The following reply was made to PR i386/85656; it has been noted by GNATS. From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= To: Ben Thomas Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: i386/85656: [Fwd: [patch] expose more i386 specific CPU information] Date: Fri, 02 Sep 2005 21:12:10 +0200 Ben Thomas wrote: > - add sysctls to expose a number of i386 information: > hw.cpu_type > hw.cpu_feature > hw.cpu_efeature > hw.cpu_high > hw.cpu_id > hw.cpu_procinfo > hw.cpu_brand > > [...] It might be better to use hw.cpu.type hw.cpu.feature hw.cpu.efeature [...] instead. This allows you to see all CPU information by calling 'sysctl hw.cpu'. A lot of oids in the format parent.foo_bar has been converted to parent.foo.bar in past. Regards Björn