From owner-cvs-src@FreeBSD.ORG Tue Oct 18 15:20:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A99E16A41F; Tue, 18 Oct 2005 15:20:45 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963CD43D48; Tue, 18 Oct 2005 15:20:44 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j9IFKhNR091761; Tue, 18 Oct 2005 08:20:43 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j9IFKh4E091760; Tue, 18 Oct 2005 08:20:43 -0700 (PDT) (envelope-from obrien) Date: Tue, 18 Oct 2005 08:20:43 -0700 From: "David O'Brien" To: Gleb Smirnoff Message-ID: <20051018152043.GC84920@dragon.NUXI.org> References: <200510160858.j9G8wR9v045670@repoman.freebsd.org> <200510171200.49522.jkim@FreeBSD.org> <20051017172828.GB97278@dragon.NUXI.org> <200510171417.38095.jkim@FreeBSD.org> <20051017183139.GA97488@dragon.NUXI.org> <1129576130.1152.30.camel@leguin> <20051017192018.GD97488@dragon.NUXI.org> <20051017213635.GC59364@cell.sick.ru> <20051018035902.GH53525@dragon.NUXI.org> <20051018065659.GD59364@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051018065659.GD59364@cell.sick.ru> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, Eric Anholt , cvs-all@FreeBSD.org, Jung-uk Kim , src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 15:20:45 -0000 On Tue, Oct 18, 2005 at 10:56:59AM +0400, Gleb Smirnoff wrote: > On Mon, Oct 17, 2005 at 08:59:02PM -0700, David O'Brien wrote: > D> Why is this not clear? > D> > D> CPU: Dual Core AMD Opteron(tm) Processor 280 (2392.92-MHz K8-class CPU) ... > D> > When maintaining hundreds of systems in server > D> > room, people usually forget what lives inside the computer cases. And > D> > when one needs to tell what is the motherboard and how many sockets > D> > and fans it has, he should be capable to do this without opening > D> > the case. > D> > D> The above dmesg doesn't tell this to you? > > Only after you have explained it. If I am a new FreeBSD user, I won't > understand that I have two sockets with two dual core CPUs. You will understand you have dual-core CPU's - I don't see how you could misunderstand: Dual Core AMD Opteron(tm) Processor 280 (2392.92-MHz K8-class CPU) What is missing is the information of how many sockets you have in the machine. Jkim's patch doesn't fix that. -- -- David (obrien@FreeBSD.org)