From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 16:32:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F03710657C6 for ; Thu, 28 Oct 2010 16:32:03 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA338FC13 for ; Thu, 28 Oct 2010 16:32:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SGW3xf073652 for ; Thu, 28 Oct 2010 16:32:03 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SGW3SQ073651 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 16:32:03 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010281632.o9SGW3SQ073651@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Thu, 28 Oct 2010 16:31:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 nexus.c src/sys/conf files.amd64 files.i386 files.pc98 src/sys/i386/i386 nexus.c src/sys/x86/x86 nexus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:32:03 -0000 attilio 2010-10-28 16:31:39 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.i386 files.pc98 Added files: sys/x86/x86 nexus.c Removed files: sys/amd64/amd64 nexus.c sys/i386/i386 nexus.c Log: SVN rev 214457 on 2010-10-28 16:31:39Z by attilio Merge nexus.c from amd64 and i386 to x86 subtree. Sponsored by: Sandvine Incorporated Tested by: gianni Revision Changes Path 1.84 +0 -704 src/sys/amd64/amd64/nexus.c (dead) 1.172 +1 -1 src/sys/conf/files.amd64 1.655 +1 -1 src/sys/conf/files.i386 1.392 +1 -1 src/sys/conf/files.pc98 1.79 +0 -758 src/sys/i386/i386/nexus.c (dead) 1.1 +814 -0 src/sys/x86/x86/nexus.c (new)