From owner-cvs-src@FreeBSD.ORG Fri Apr 9 11:39:49 2004 Return-Path: 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 C848F16A4D1 for ; Fri, 9 Apr 2004 11:39:49 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8420043D66 for ; Fri, 9 Apr 2004 11:39:49 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 49401 invoked by uid 1000); 9 Apr 2004 18:39:50 -0000 Date: Fri, 9 Apr 2004 11:39:50 -0700 (PDT) From: Nate Lawson To: Mark Murray In-Reply-To: <200404091816.i39IGt0w060367@grimreaper.grondar.org> Message-ID: <20040409113931.D49388@root.org> References: <200404091816.i39IGt0w060367@grimreaper.grondar.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 18:39:50 -0000 On Fri, 9 Apr 2004, Mark Murray wrote: > Nate Lawson writes: > > If you're going to add support for either, please don't do it as OpenBSD > > did with spamming identcpu.c with a hardware driver. We've already > > extracted longrun support from identcpu.c and going the other way would be > > a huge error. > > Wasn't planning to. I already chatted to Peter about this. The worst > I was intending to do was set flags in identcpu.c for use later, but > Peter convinced me that repeating the cpuid() dance at a later point > wasn't a bad idea. That sounds good to me, thanks. -Nate