From owner-freebsd-arch@freebsd.org Mon May 22 21:42:32 2017 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ADC2D786CF; Mon, 22 May 2017 21:42:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9325E10D4; Mon, 22 May 2017 21:42:31 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id e127so7705795wmg.1; Mon, 22 May 2017 14:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=3V8ppaJaur2Ctbj1N8y0ZOe8saKVSNUpBpxWj/YLdKY=; b=SsySlmkLc2UpRJPPKERYbsK8aJoZU1ShsvUF4eU8OgCgsz4635q+Oyhc0Jiu+qq/2L b6AsyM104bYWAVS2Wd/kshCGhDK5YFMsC7v36asfLZ7IEwWx5laANeQTJhflW82eP7Ic 18SZKmKSF2ZHmcsq75cvJ6r/M+2opPkal95CIH1JJCjUYC3tX/5bk50aZs6KCs7y5ue0 Ip6Lhjqo93TPR2IDVjSGumbemL6VCQvRUsConRJ8hiCosfvQn91BPhacUGCtvQPfNs8w XTgv1kdhy29LhUCkbAonTczlU2CDclHvxFoBLewV+Y9HtZgnU8BWyVB9T5hFCaC+01qS ze5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=3V8ppaJaur2Ctbj1N8y0ZOe8saKVSNUpBpxWj/YLdKY=; b=RnwuDxFxZOSgAG3tIPbk2r4yA+FZ3zya570NvNeHXlo+4En58zoqq31F0eNSayonnz 0cglp5ybDD7AaBGaJishmLohx9vG2VOFUMZJgapkMOpc9D5i2TMJ0AljH1AA8cBILCgJ rF+bj0pL062VFd5cyjiW1Rbkj/4LmzaKYTQ4Z2BDQOdRzX53/Saacl64BVee+8btGA/i VEq9/XOGOxoeuFHxvB42DRuF1SELYohUoDflw1IgTJjllaEqedKwL+3LT44tlaotURW+ yqPzSMx5kxxtvu+K6ew8LvQ8DXAP7a5+XpylRljdoobC/UpNzGk+7rhLuK+r3HBZrjhA ah3g== X-Gm-Message-State: AODbwcBH+3dG0QtrnX4xmnOSCd4IUR1p+HzOHH84TRn2UMDR2AFknWT2 +wBMHQYVKNRKxRoSo2ddeObhOOH4SC7W X-Received: by 10.28.134.3 with SMTP id i3mr28317190wmd.68.1495489349975; Mon, 22 May 2017 14:42:29 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.28.193.134 with HTTP; Mon, 22 May 2017 14:42:29 -0700 (PDT) In-Reply-To: References: From: Adrian Chadd Date: Mon, 22 May 2017 14:42:29 -0700 X-Google-Sender-Auth: 8Zg8A1hYB1Jvg4ifKKcogfqqVO8 Message-ID: Subject: Re: [rfc] moving sys/mips/atheros to sys/mips/ar71xx, and moving sys/mips/atheros/ar531x to sys/mips/ar531x To: Warner Losh Cc: Aleksandr Rybalko , "freebsd-mips@freebsd.org" , "freebsd-arch@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 21:42:32 -0000 On 22 May 2017 at 13:39, Warner Losh wrote: > > > On Mon, May 22, 2017 at 1:21 PM, Adrian Chadd wrote: >> >> On 21 May 2017 at 23:34, Aleksandr Rybalko wrote: >> > Hi Adrian, >> > >> > maybe better to move inside sys/mips/atheros? >> > sys/mips/atheros/common >> > sys/mips/atheros/ar71xx >> > sys/mips/atheros/ar531x >> >> I don't mind doing that, it's just a lot of nested directories. :-) >> >> What do people think of the above? I can do that and then use it as an >> excuse to write / tidy up some of the hardware support for other >> features that only show up on ar934x and later chips (like an SRAM >> driver..) > > > It's what we're doing with all the other vendors that have multiple > directories on both arm and mips. I think it's the right thing to do. It's > been the agreed to convention for at least a decade. While there may be some > minor variance across all the platforms we support, it's the expected > convention... Sweet. I'll do this then. -adrian