From owner-svn-src-stable@FreeBSD.ORG Fri Nov 19 20:24:07 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EFC2106566B; Fri, 19 Nov 2010 20:24:07 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id E810B8FC12; Fri, 19 Nov 2010 20:24:06 +0000 (UTC) Received: by qyk9 with SMTP id 9so172495qyk.13 for ; Fri, 19 Nov 2010 12:24:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=HKrym278qgibWpj7WjCca/fj2CHagnn3RwLoc6n5Pmc=; b=co2QQnDSs6ksiNWuKIevZm8H+1IRWDaboEFHM+BHIXHIQdJ5GyyEwZ+FQfclhV7852 1qjzUTZnm7p3QmDqdwCD46qVu9+blke5q3KiS9rsYiir8lyIm6Xsq7jPnornYLozrB3J e7zh75eE1nBLOorC3Xpgf87KcKT81ANpZ+iBE= 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=S6GzsK7bDVbNuxIo+9PwpcUAkbQ6G+cKvaAV0tTAz0fhszakbY7b3v+oJ4CDbEgkx5 P9NZap11fvT6SkV1crNL33JM1kh7SioWPHWuV+GDsQoqoZoyGVMi9cN7G1nhfyASK/sd uIwd5gXcGP8TWYu8c9AvQDJix+p3jYb30I/O4= MIME-Version: 1.0 Received: by 10.229.236.83 with SMTP id kj19mr2124242qcb.218.1290198245639; Fri, 19 Nov 2010 12:24:05 -0800 (PST) Sender: asmrookie@gmail.com Received: by 10.229.31.9 with HTTP; Fri, 19 Nov 2010 12:24:05 -0800 (PST) In-Reply-To: <20101119194712.GS2392@deviant.kiev.zoral.com.ua> References: <201011191749.oAJHnGl1083487@svn.freebsd.org> <20101119194712.GS2392@deviant.kiev.zoral.com.ua> Date: Fri, 19 Nov 2010 15:24:05 -0500 X-Google-Sender-Auth: Yxg0osXOBI5DDFQd1Te1pIxKl4w Message-ID: From: Attilio Rao To: Kostik Belousov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r215539 - in stable/8/sys: amd64/amd64 conf i386/i386 pc98/include pc98/pc98 x86/x86 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 20:24:07 -0000 2010/11/19 Kostik Belousov : > On Fri, Nov 19, 2010 at 05:49:16PM +0000, Attilio Rao wrote: >> Author: attilio >> Date: Fri Nov 19 17:49:16 2010 >> New Revision: 215539 >> URL: http://svn.freebsd.org/changeset/base/215539 >> >> Log: >> =C2=A0 MFC r214457,214515,214584,214676,214681,214686 by jhb, nyan and m= e: >> =C2=A0 Move nexus in x86 and cleaning it up. >> >> =C2=A0 Sponsored by: =C2=A0 =C2=A0 =C2=A0 Sandvine Incorporated >> >> Added: >> =C2=A0 stable/8/sys/x86/x86/nexus.c >> =C2=A0 =C2=A0 =C2=A0- copied, changed from r214457, head/sys/x86/x86/nex= us.c >> Deleted: >> =C2=A0 stable/8/sys/amd64/amd64/nexus.c >> =C2=A0 stable/8/sys/i386/i386/nexus.c >> Modified: >> =C2=A0 stable/8/sys/conf/files.amd64 >> =C2=A0 stable/8/sys/conf/files.i386 >> =C2=A0 stable/8/sys/conf/files.pc98 >> =C2=A0 stable/8/sys/i386/i386/machdep.c >> =C2=A0 stable/8/sys/pc98/include/bus.h >> =C2=A0 stable/8/sys/pc98/pc98/busiosubr.c >> Directory Properties: >> =C2=A0 stable/8/sys/ =C2=A0 (props changed) >> =C2=A0 stable/8/sys/amd64/include/xen/ =C2=A0 (props changed) >> =C2=A0 stable/8/sys/cddl/contrib/opensolaris/ =C2=A0 (props changed) >> =C2=A0 stable/8/sys/contrib/dev/acpica/ =C2=A0 (props changed) >> =C2=A0 stable/8/sys/contrib/pf/ =C2=A0 (props changed) >> =C2=A0 stable/8/sys/dev/xen/xenpci/ =C2=A0 (props changed) > During the make depend stage, I get > /usr/bsd/src/sys/x86/x86/nexus.c:82:25: error: x86/isa/isa.h: No such fil= e or directory > mkdep: compile failed r215545 might fix this, thanks a lot for reporting promptly. Jeeeeeez, I usually made the svn mv by hand rather than relying on merging for STBALE_8, I would have kept to do that :/. Attilio --=20 Peace can only be achieved by understanding - A. Einstein