From owner-freebsd-arm@FreeBSD.ORG Tue Nov 12 11:02:07 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 126C4E6F for ; Tue, 12 Nov 2013 11:02:07 +0000 (UTC) Received: from mail.bsdpad.com (mail.bsdpad.com [109.107.176.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD1EC227E for ; Tue, 12 Nov 2013 11:02:06 +0000 (UTC) Received: from mail.bsdpad.com ([109.107.176.56]) by mail.bsdpad.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgBjv-000POG-1F; Tue, 12 Nov 2013 15:02:35 +0400 Received: by mail.bsdpad.com (nbSMTP-1.00) for uid 1001 br@mail.bsdpad.com; Tue, 12 Nov 2013 15:02:35 +0400 (MSK) Date: Tue, 12 Nov 2013 15:02:34 +0400 From: Ruslan Bukin To: Andrew Turner Subject: Re: FreeBSD on Freescale Vybrid Message-ID: <20131112110234.GA88970@mail.bsdpad.com> References: <20131112074915.GB19103@mail.bsdpad.com> <20131112085447.229585d0@bender.Home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20131112085447.229585d0@bender.Home> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 11:02:07 -0000 On Tue, Nov 12, 2013 at 08:54:47AM +0000, Andrew Turner wrote: > On Tue, 12 Nov 2013 11:49:15 +0400 > Ruslan Bukin wrote: > > > Hi! > > > > I'm happy to announce support for Freescale Vybrid Family > > (VFxxx) microprocessors. > > > > One thing I noticed is you are not prefixing the all file names in the > sys/arm/freescale/vybrid/ directory with something unique. I am > starting to work on a GENERIC kernel for armv6 and this needs each file > to have a unique name even if they are in different directories. > > It would be good if you could rename them before committing to > FreeBSD as this would reduce the churn later. > > Andrew Thanks for the notice, I added prefix to the files. -Ruslan