From owner-freebsd-arm@FreeBSD.ORG Fri Nov 29 18:08:03 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D885F98 for ; Fri, 29 Nov 2013 18:08:03 +0000 (UTC) Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DE2415B6 for ; Fri, 29 Nov 2013 18:08:02 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id w10so14192496pde.35 for ; Fri, 29 Nov 2013 10:08:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=/8KYGH/KCu0bL1EI1QJPhGRclof/9nAsQA02o+ofqq0=; b=c/j+AyJtaW8nc3UikqjraGP48qV4Zy9XrNS3cME7q3EBBKfxPiHIrw/M+OJYZbRit7 i+YgJDGpIMBmkh9DolrxjoJPDBO0Dsi8em3X3omeQ14hzIeN2ok44RCjLbN/57S5cKPZ DYPUgQf/x4EPKdJUKyXaZCCnhtXTaXYQZwp9QMb9bcNWMvLJOJDAAvosSZqE7noKghCs dEEXmOYJhOY6sxSxU2L4PC2JuPNHtOXKPOEu5WCRn2dOe/dF4aI4U7/5VtHgiHEWip7V IweAdTadrEvu5kqDPW/tnJT6x2wEHjIgBrcCRv0dvk6Wqpf8WODRkYNtfjqNbsgvGOBD UM0Q== X-Gm-Message-State: ALoCoQkxflKUNh+U2QyXnDwBEAx8VBi5R43vZksUyDh7UyC+bytt8u9TBU0ZgGB9Wn8IZ3oA9TOP X-Received: by 10.66.226.46 with SMTP id rp14mr29461605pac.133.1385748480618; Fri, 29 Nov 2013 10:08:00 -0800 (PST) Received: from [192.168.2.123] (99-74-169-43.lightspeed.sntcca.sbcglobal.net. [99.74.169.43]) by mx.google.com with ESMTPSA id ka3sm103590357pbc.32.2013.11.29.10.07.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Nov 2013 10:08:00 -0800 (PST) Sender: Tim Kientzle Content-Type: text/plain; charset=iso-2022-jp Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: BeagleBone ports and kernel module From: Tim Kientzle In-Reply-To: <1385737844.58852.15.camel@revolution.hippie.lan> Date: Fri, 29 Nov 2013 10:07:35 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <9FA2EDCB-C417-4291-8D78-93514C978880@freebsd.org> References: <256ae6b8.f077.142a4498ebe.Coremail.cengzm07@163.com> <1385737844.58852.15.camel@revolution.hippie.lan> To: Ian Lepore X-Mailer: Apple Mail (2.1822) Cc: freebsd-arm ml X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 18:08:03 -0000 On Nov 29, 2013, at 7:10 AM, Ian Lepore wrote: > On Fri, 2013-11-29 at 22:35 +0800, =1B$B2f@'>> I have built the kernel and the root file system from the source tree = at svn://svn.freebsd.org/base/projects/armv6/ >=20 > The source code at projects/armv6 is very out of date; everything from > that branch was merged into head months ago. Is it time to delete that branch? Tim