From owner-svn-src-all@FreeBSD.ORG Thu Feb 25 23:49:04 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C1CF106564A; Thu, 25 Feb 2010 23:49:04 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-iw0-f185.google.com (mail-iw0-f185.google.com [209.85.223.185]) by mx1.freebsd.org (Postfix) with ESMTP id A5DD98FC17; Thu, 25 Feb 2010 23:49:03 +0000 (UTC) Received: by iwn15 with SMTP id 15so5679305iwn.7 for ; Thu, 25 Feb 2010 15:48:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=NrqohBjzkNoa2qU5+KboESltpIu4umD8SX3Gg0ICPPU=; b=sSbmKECF60rP2CeFdlT0CU9LodHYQqncxprYm8FiedGQolRyF1PMfY3YFA/8rlL/DD aJGYP8GD8ITv0qwOz2Ro/2u9y3JvDBBDqMigQbJrk2cehuOhd7R/gO8fwqC1XqAYwDr8 65L7ySjuGBpSVa6qsRCV/OeTf/iE0yiP5CIC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=uuBG93XDn6jWcTj8xOuoQbtopulexyg/C5BajrtFvkb1o9EPdwG+FwLw1rFB4NEkoM VvCkM8UTrV5sG1BWrPAmRpJ+dLl1f3kCwyO8dFHnquaxgA3eKhM03Nc8rX+fQi8zuB8v +JbQ83nB8i1On512eGlqceEEX6NCJ5Pa2FHHQ= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.231.183.133 with SMTP id cg5mr82414ibb.12.1267141736025; Thu, 25 Feb 2010 15:48:56 -0800 (PST) In-Reply-To: <20100225.163850.864172011105110621.imp@bsdimp.com> References: <201002251413.o1PEDdKV033584@svn.freebsd.org> <20100225.163850.864172011105110621.imp@bsdimp.com> Date: Fri, 26 Feb 2010 00:48:55 +0100 X-Google-Sender-Auth: bfa4b23c44ae2141 Message-ID: <3bbf2fe11002251548y773c661gd4946f371bcbbd6f@mail.gmail.com> From: Attilio Rao To: "M. Warner Losh" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86/... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2010 23:49:04 -0000 2010/2/26 M. Warner Losh : > In message: <201002251413.o1PEDdKV033584@svn.freebsd.org> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Attilio Rao writes: > : Author: attilio > : Date: Thu Feb 25 14:13:39 2010 > : New Revision: 204309 > : URL: http://svn.freebsd.org/changeset/base/204309 > : > : Log: > : =C2=A0 Introduce the new kernel sub-tree x86 which should contain all t= he code > : =C2=A0 shared and generalized between our current amd64, i386 and pc98. > : > : =C2=A0 This is just an initial step that should lead to a more complete= effort. > : =C2=A0 For the moment, a very simple porting of cpufreq modules, BIOS c= alls and > : =C2=A0 the whole MD specific ISA bus part is added to the sub-tree but = ideally > : =C2=A0 a lot of code might be added and more shared support should grow= . > > Cool! > > : =C2=A0 Sponsored by: =C2=A0 =C2=A0 =C2=A0 Sandvine Incorporated > : =C2=A0 Reviewed by: =C2=A0 =C2=A0 =C2=A0 =C2=A0emaste, kib, jhb, imp > : =C2=A0 Discussed on: =C2=A0 =C2=A0 =C2=A0 arch > : =C2=A0 MFC: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A03 we= eks > > Is this really wise? =C2=A0Are these changes KPI neutral? I don't think there are (still) KPI changes. Which one are you referring to? Attilio --=20 Peace can only be achieved by understanding - A. Einstein